beliefer commented on code in PR #43212: URL: https://github.com/apache/spark/pull/43212#discussion_r1345545123
########## dev/create-release/release-build.sh: ########## @@ -186,6 +186,9 @@ if [[ $SPARK_VERSION < "3.2" ]]; then fi PUBLISH_SCALA_2_12=1 +if [[ $SPARK_VERSION < "4.0" ]]; then + PUBLISH_SCALA_2_12=0 +fi Review Comment: It seems PUBLISH_SCALA_2_12 and PUBLISH_SCALA_2_13 will be 0, if `SPARK_VERSION < "3.2"`. -- 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]
