This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new ce1f5f0f8c53 fix: Use the latest docker image in hudi-integ-test for
Macbook (#18746)
ce1f5f0f8c53 is described below
commit ce1f5f0f8c53abbf34067bdf9b96f40e8647cfb4
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 576378a21405..bad23d7c38b0 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>