zhouyuan commented on code in PR #11704:
URL:
https://github.com/apache/incubator-gluten/pull/11704#discussion_r2889482878
##########
dev/release/build-release.sh:
##########
@@ -64,3 +64,8 @@ do
${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pbackends-velox
-Pspark-${spark_version} -Pceleborn,uniffle \
-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} -DskipTests
Review Comment:
Could we also enable the connectors `-P icberg,hudi,delta,paimon` here?
--
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]