Skip to content

Commit

Permalink
fix jdk flags
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Jan 15, 2025
1 parent 1e504a3 commit 7b9fff7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,7 @@ jobs:
ls -l /opt/shims/spark34/spark_home/
$MVN_CMD clean test -Pspark-3.4 -Pjava-17 -Pbackends-velox -Pceleborn -Piceberg -Pdelta -Phudi -Pspark-ut \
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTestTags \
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/" \
-DargLine="-Dio.netty.tryReflectionSetAccessible=true"
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/ -Dio.netty.tryReflectionSetAccessible=true -Djdk.reflect.useDirectMethodHandle=false" \
- name: Upload test report
if: always()
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -809,8 +808,7 @@ jobs:
ls -l /opt/shims/spark34/spark_home/
$MVN_CMD clean test -Pspark-3.4 -Pjava-17 -Pbackends-velox -Pceleborn -Piceberg -Pdelta -Pspark-ut -Phudi \
-DtagsToInclude=org.apache.spark.tags.ExtendedSQLTest \
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/" \
-DargLine="-Dio.netty.tryReflectionSetAccessible=true"
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/ -Dio.netty.tryReflectionSetAccessible=true -Djdk.reflect.useDirectMethodHandle=false" \
- name: Upload test report
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7b9fff7

Please sign in to comment.