yihua commented on code in PR #19365:
URL: https://github.com/apache/hudi/pull/19365#discussion_r3642986291
##########
packaging/bundle-validation/validate.sh:
##########
@@ -80,7 +80,7 @@ use_default_java_runtime () {
test_spark_hadoop_mr_bundles () {
echo "::warning::validate.sh setting up hive metastore for spark &
hadoop-mr bundles validation"
- if [ "$SPARK_VERSION" = "4.0.0" ] || [ "$SPARK_VERSION" = "4.1.1" ] || [
"$SPARK_VERSION" = "4.2.0-preview4" ]; then
+ if [ "$SPARK_VERSION" = "4.0.0" ] || [ "$SPARK_VERSION" = "4.1.1" ] || [
"$SPARK_VERSION" = "4.2.0" ]; then
Review Comment:
Done in 7de3765 — collapsed all three per-version checks to `[[
"$SPARK_VERSION" == 4.* ]]`.
##########
.github/workflows/bot.yml:
##########
@@ -1176,7 +1176,7 @@ jobs:
- scalaProfile: 'scala-2.13'
flinkProfile: 'flink1.20'
sparkProfile: 'spark4.2'
- sparkRuntime: 'spark4.2.0-preview4'
+ sparkRuntime: 'spark4.2.0'
Review Comment:
Done in 7de3765 — added the matching `spark4.2` / `spark4.2.0` entry to
`validate-release-candidate-bundles-spark4` in
`release_candidate_validation.yml`.
--
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]