Skip to content

Commit c19079e

Browse files
committed
fix spark35 test with right spark home
Signed-off-by: Yuan <yuanzhou@apache.org>
1 parent 7e49666 commit c19079e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/velox_backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ jobs:
10151015
cd $GITHUB_WORKSPACE/
10161016
export SPARK_SCALA_VERSION=2.13
10171017
$MVN_CMD clean test -Pspark-3.5 -Pscala-2.13 -Pbackends-velox -Pceleborn -Piceberg \
1018-
-Pdelta -Pspark-ut -DargLine="-Dspark.test.home=/opt/shims/spark35-scala2.13/spark_home/" \
1018+
-Pdelta -Pspark-ut -DargLine="-Dspark.test.home=/opt/shims/spark35-scala-2.13/spark_home/" \
10191019
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTestTags
10201020
- name: Upload test report
10211021
if: always()

0 commit comments

Comments
 (0)