philo-he commented on code in PR #12675:
URL: https://github.com/apache/gluten/pull/12675#discussion_r3718026479
##########
dev/release/build-release.sh:
##########
@@ -62,7 +62,7 @@ do
-Piceberg,delta,hudi,paimon -DskipTests
done
-for spark_version in 4.0
+for spark_version in 4.0 4.1
do
${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pscala-2.13
-Pbackends-velox -Pspark-${spark_version} -Piceberg,paimon -DskipTests
Review Comment:
Yes, paimon doesn't support 4.1 (see the following link). The build will
fail if both profile spark-4.1 and paimon will be used. I just excluded the
change from this PR and will create a separate one for this file. Then, this PR
will only focus on document update. Thanks.
https://paimon.apache.org/docs/1.4/ecosystem/overview/
--
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]