QCLyu commented on code in PR #11351:
URL:
https://github.com/apache/incubator-gluten/pull/11351#discussion_r2688736523
##########
.github/workflows/velox_backend_x86.yml:
##########
@@ -198,27 +193,29 @@ jobs:
$GITHUB_WORKSPACE/$MVN_CMD clean install -P${{ matrix.spark }} -P${{
matrix.java }}
GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries-compare \
--local --preset=velox --benchmark-type=h --error-on-memleak
--off-heap-size=10g -s=1.0 --threads=16 --iterations=1 \
- && GLUTEN_IT_JVM_ARGS=-Xmx6G sbin/gluten-it.sh queries-compare \
- --local --preset=velox --benchmark-type=ds --error-on-memleak
--off-heap-size=10g -s=1.0 --threads=16 --iterations=1
+ && if [ "${{ matrix.spark }}" = "spark-4.0" ]; then \
+ GLUTEN_IT_JVM_ARGS=-Xmx6G sbin/gluten-it.sh queries-compare \
+ --local --preset=velox --benchmark-type=ds --error-on-memleak
--off-heap-size=10g -s=1.0 --threads=16 --iterations=1 \
+ --excluded-queries=q72; \
Review Comment:
Thanks @PHILO-HE . The change was made to accommodate Spark 4.0
compatibility issues with q72. An issue was created for this problem:
https://github.com/apache/incubator-gluten/issues/11363
Happy to remove the temporary workaround from this PR.
--
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]