This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch release-1.2.0 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit e06932b9430ed29416ce784da2a1d99909612034 Author: Y Ethan Guo <[email protected]> AuthorDate: Fri May 15 11:37:16 2026 -0700 fix: Use the latest docker image in hudi-integ-test for Macbook (#18746) --- hudi-integ-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hudi-integ-test/pom.xml b/hudi-integ-test/pom.xml index 0e7a15bf6cf6..f7200c9112a9 100644 --- a/hudi-integ-test/pom.xml +++ b/hudi-integ-test/pom.xml @@ -522,7 +522,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_hive2310_spark353_arm64.yml </dockerCompose.file> </properties> <activation>
