From e64c5f2fd67e4ba347adf22ce6cfb539e77f9000 Mon Sep 17 00:00:00 2001 From: Zou Xinyi Date: Sun, 25 May 2025 23:07:33 +0800 Subject: [PATCH 1/2] 1 --- thirdparty/vars.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 51705a0bd35df7..65adae35ac1df7 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -253,10 +253,12 @@ GRPC_SOURCE=grpc-1.54.3 GRPC_MD5SUM="af00a2edeae0f02bb25917cc3473b7de" # arrow -ARROW_DOWNLOAD="https://github.com/apache/arrow/archive/refs/tags/apache-arrow-19.0.1.tar.gz" -ARROW_NAME="apache-arrow-19.0.1.tar.gz" -ARROW_SOURCE="arrow-apache-arrow-19.0.1" -ARROW_MD5SUM="8c5091da0f8fb41a47d7f4dad7b712df" +# Arrow 19.0.1 will MacOS compile error and decimal type error when convert to Parquet. +# https://github.com/apache/doris/pull/51217 +ARROW_DOWNLOAD="https://github.com/apache/arrow/archive/refs/tags/apache-arrow-17.0.0.tar.gz" +ARROW_NAME="apache-arrow-17.0.0.tar.gz" +ARROW_SOURCE="arrow-apache-arrow-17.0.0" +ARROW_MD5SUM="ba18bf83e2164abd34b9ac4cb164f0f0" # Abseil ABSEIL_DOWNLOAD="https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.tar.gz" From 489386f0c2af4a00b582bc27000718bbfc9c9b9a Mon Sep 17 00:00:00 2001 From: Zou Xinyi Date: Mon, 26 May 2025 10:46:03 +0800 Subject: [PATCH 2/2] 3 --- fe/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index 51222fb42ee5b8..7246021588189e 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -321,7 +321,9 @@ under the License. you can find avro version info in iceberg mvn repository --> 1.6.1 0.49.0-public - 18.2.0 + + 17.0.0 2.7.4-11 3.0.0-8