This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 1e9350478e [CI] Ensure Velox Enhanced tests use Spark 3.5 home (#10897)
1e9350478e is described below
commit 1e9350478e30307d7619cd0ad66b18a5747f88fc
Author: Panagiotis (Panos) Garefalakis <[email protected]>
AuthorDate: Thu Oct 16 00:37:31 2025 -0700
[CI] Ensure Velox Enhanced tests use Spark 3.5 home (#10897)
---
.github/workflows/velox_backend_enhanced.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/velox_backend_enhanced.yml
b/.github/workflows/velox_backend_enhanced.yml
index 554d13aadd..b51ba4fdbf 100644
--- a/.github/workflows/velox_backend_enhanced.yml
+++ b/.github/workflows/velox_backend_enhanced.yml
@@ -183,7 +183,7 @@ jobs:
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
export PATH=$JAVA_HOME/bin:$PATH
java -version
- export SPARK_HOME=/opt/shims/spark34/spark_home/
+ export SPARK_HOME=/opt/shims/spark35/spark_home/
ls -l $SPARK_HOME
$MVN_CMD clean test -Pspark-3.5 -Pjava-17 -Pbackends-velox -Piceberg
-Pdelta -Phudi \
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTest
\
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]