diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md index 455233c83e924cb..dd04eb07bfe7564 100644 --- a/thirdparty/CHANGELOG.md +++ b/thirdparty/CHANGELOG.md @@ -2,6 +2,10 @@ This file contains version of the third-party dependency libraries in the build-env image. The docker build-env image is apache/doris, and the tag is `build-env-${version}` +## 20240325 + +- Modified: arrow 13.0.0 -> 15.0.2 + ## 20240112 - Modified: hadoop libhdfs 3.3.4.6 diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 0ac70fa2e9af30e..940886e5d61f0cb 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -253,10 +253,10 @@ GRPC_SOURCE=grpc-1.54.3 GRPC_MD5SUM="af00a2edeae0f02bb25917cc3473b7de" # arrow -ARROW_DOWNLOAD="https://github.com/apache/arrow/archive/refs/tags/apache-arrow-13.0.0.tar.gz" -ARROW_NAME="apache-arrow-13.0.0.tar.gz" -ARROW_SOURCE="arrow-apache-arrow-13.0.0" -ARROW_MD5SUM="8ec1ec6a119514bcaea1cf7aabc9df1f" +ARROW_DOWNLOAD="https://github.com/apache/arrow/archive/refs/tags/apache-arrow-15.0.2.tar.gz" +ARROW_NAME="apache-arrow-15.0.2.tar.gz" +ARROW_SOURCE="arrow-apache-arrow-15.0.2" +ARROW_MD5SUM="d5d051b2698be901e5ad84e36d64e7ab" # Abseil ABSEIL_DOWNLOAD="https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.tar.gz"