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 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"