This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch release-1.1.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/release-1.1.0 by this push:
     new 629e33fae07c chore: Fix integ-test pom and add new bundles to release 
validation script
629e33fae07c is described below

commit 629e33fae07c065bd418e5fc12195e6057ad4816
Author: Y Ethan Guo <[email protected]>
AuthorDate: Mon Oct 6 08:37:44 2025 -0700

    chore: Fix integ-test pom and add new bundles to release validation script
---
 hudi-integ-test/pom.xml                    | 2 +-
 scripts/release/validate_staged_bundles.sh | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/hudi-integ-test/pom.xml b/hudi-integ-test/pom.xml
index d07fd8575822..18ea77ed663b 100644
--- a/hudi-integ-test/pom.xml
+++ b/hudi-integ-test/pom.xml
@@ -516,7 +516,7 @@
       <id>m1-mac</id>
       <properties>
         <dockerCompose.file>
-          
${project.basedir}/../docker/compose/docker-compose_hadoop284_hive233_spark244_mac_aarch64.yml
+          
${project.basedir}/../docker/compose/docker-compose_hadoop284_hive233_spark353_arm64.yml
         </dockerCompose.file>
       </properties>
       <activation>
diff --git a/scripts/release/validate_staged_bundles.sh 
b/scripts/release/validate_staged_bundles.sh
index 6ed89adb0740..93f245130b1e 100755
--- a/scripts/release/validate_staged_bundles.sh
+++ b/scripts/release/validate_staged_bundles.sh
@@ -33,10 +33,11 @@ declare -a extensions=("-javadoc.jar" "-javadoc.jar.asc" 
"-javadoc.jar.md5" "-ja
 ".pom.md5" ".pom.sha1")
 
 declare -a bundles=("hudi-aws-bundle" "hudi-cli-bundle_2.12" 
"hudi-cli-bundle_2.13" "hudi-datahub-sync-bundle"
-"hudi-flink1.17-bundle" "hudi-flink1.18-bundle" "hudi-gcp-bundle" 
"hudi-hadoop-mr-bundle" "hudi-hive-sync-bundle" "hudi-integ-test-bundle"
+"hudi-flink1.17-bundle" "hudi-flink1.18-bundle" "hudi-flink1.19-bundle" 
"hudi-flink1.20-bundle"
+"hudi-flink2.0-bundle" "hudi-gcp-bundle" "hudi-hadoop-mr-bundle" 
"hudi-hive-sync-bundle" "hudi-integ-test-bundle"
 "hudi-kafka-connect-bundle" "hudi-metaserver-server-bundle" 
"hudi-presto-bundle"
 "hudi-spark3.3-bundle_2.12" "hudi-spark3.4-bundle_2.12" 
"hudi-spark3.5-bundle_2.12"
-"hudi-spark3.5-bundle_2.13" "hudi-timeline-server-bundle" "hudi-trino-bundle"
+"hudi-spark3.5-bundle_2.13" "hudi-spark4.0-bundle_2.13" 
"hudi-timeline-server-bundle" "hudi-trino-bundle"
 "hudi-utilities-bundle_2.12" "hudi-utilities-bundle_2.13"
 "hudi-utilities-slim-bundle_2.12" "hudi-utilities-slim-bundle_2.13")
 

Reply via email to