This is an automated email from the ASF dual-hosted git repository. philo-he pushed a commit to branch branch-1.7 in repository https://gitbox.apache.org/repos/asf/gluten.git
commit c23df11823ba5f90f1255c07bc1600cd0ef33885 Author: Philo He <[email protected]> AuthorDate: Thu Aug 6 00:30:27 2026 +0800 [VL] Include Spark 4.1 build in release script (#12695) --- dev/release/build-release.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev/release/build-release.sh b/dev/release/build-release.sh index 1b782994bb..5ffcd56134 100755 --- a/dev/release/build-release.sh +++ b/dev/release/build-release.sh @@ -62,7 +62,6 @@ do -Piceberg,delta,hudi,paimon -DskipTests done -for spark_version in 4.0 -do - ${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pscala-2.13 -Pbackends-velox -Pspark-${spark_version} -Piceberg,paimon -DskipTests -done +${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pscala-2.13 -Pbackends-velox -Pspark-4.0 -Piceberg,paimon -DskipTests + +${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pscala-2.13 -Pbackends-velox -Pspark-4.1 -Piceberg -DskipTests --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
