malinjawi commented on code in PR #12078:
URL: https://github.com/apache/gluten/pull/12078#discussion_r3233057843
##########
.github/workflows/velox_backend_x86.yml:
##########
@@ -1227,10 +1227,11 @@ jobs:
container: apache/gluten:centos-8-jdk17
steps:
- uses: actions/checkout@v4
- - name: Build with fast-build profile (Spark 4.0, Java 17)
+ - name: Build with fast-build profile (Spark 4.0/4.1, Java 17)
run: |
cd $GITHUB_WORKSPACE/
$MVN_CMD clean test-compile -Pspark-4.0 -Pscala-2.13
-Pbackends-velox -Pspark-ut -Piceberg,iceberg-test,delta,paimon -Pfast-build
+ $MVN_CMD clean test-compile -Pspark-4.1 -Pscala-2.13 -Pjava-17
-Pbackends-velox -Pspark-ut -Pdelta -Pfast-build
Review Comment:
Thanks @zhouyuan. Got it, I moved the coverage from the fast-build job to
the regular Spark 4.1 Velox test command, so `spark-test-spark41` now runs with
`-Pdelta`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]