xushiyan commented on code in PR #5279: URL: https://github.com/apache/hudi/pull/5279#discussion_r847084487
########## scripts/release/deploy_staging_jars.sh: ########## @@ -38,6 +38,7 @@ fi declare -a ALL_VERSION_OPTS=( "-Dscala-2.11 -Dspark2.4 -Dflink1.13" +"-Dscala-2.11 -Dspark2.4 -Dflink1.14" Review Comment: @yihua a different thought: `spark3` was meant for legacy bundle name but it actually is built with spark 3.2 in this release, which is different from previous `spark3` bundle which is built with spark 3.1. So the compatibility does not exist despite the same name. We should reconsider the bundle jar name changes: it might be more confusing if we publish BWC bundle jar names along with the new name format `sparkX.Y-bundle`: user may be wondering what they suppose to use. Let's discuss when we have a chance to chat. -- 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]
