yihua commented on code in PR #18621: URL: https://github.com/apache/hudi/pull/18621#discussion_r3307620330
########## scripts/release/deploy_staging_jars_java17.sh: ########## @@ -57,6 +57,11 @@ declare -a ALL_VERSION_OPTS=( # hudi-spark4.1.x_2.13 # hudi-spark4.1-bundle_2.13 "-T 1C -Djava17 -Djava.version=17 -Dscala-2.13 -Dspark4.1 -pl hudi-spark-datasource/hudi-spark4-common,hudi-spark-datasource/hudi-spark4.1.x,packaging/hudi-spark-bundle -am" Review Comment: Done in 5b4a82c — removed `hudi-spark-datasource/hudi-spark4-common` from the Spark 4.1 release line (it's pulled in transitively via `-am`, matching the Spark 4.0 entry). Applied the same cleanup to the new Spark 4.2 line for consistency. -- 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]
