This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new f02aa7e3e2 [thirdparty](libhdfs3) update libhdfs3 to 2.3.7 to fix kms
seek bug (#16265)
f02aa7e3e2 is described below
commit f02aa7e3e2ad64992e655e444d4c90930d563768
Author: Mingyu Chen <[email protected]>
AuthorDate: Tue Jan 31 08:56:00 2023 +0800
[thirdparty](libhdfs3) update libhdfs3 to 2.3.7 to fix kms seek bug (#16265)
---
dist/LICENSE-dist.txt | 2 +-
thirdparty/CHANGELOG.md | 3 +++
thirdparty/vars.sh | 8 ++++----
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/dist/LICENSE-dist.txt b/dist/LICENSE-dist.txt
index 25b6826b9b..2721303b8f 100644
--- a/dist/LICENSE-dist.txt
+++ b/dist/LICENSE-dist.txt
@@ -1530,7 +1530,7 @@ The Apache Software License, Version 2.0
* aws sdk: 1.9.211
* benchmark: 1.5.6
* simdjson: 3.0.1
- * libhdfs3: 2.3.6
+ * libhdfs3: 2.3.7
* opentelemetry-proto: 0.18.0
* opentelemetry-cpp: 1.4.0
* clucenc: 2.4.4
diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index bb0a3f8185..38b11e1758 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -2,6 +2,9 @@
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}`
+## v20230130
+- Modified: libhdfs3 2.3.6 -> 2.3.7
+
## v20230120
- Modified: libhdfs3 2.3.5 -> 2.3.6
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index c6c357d753..7ef201b880 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -368,10 +368,10 @@ KRB5_SOURCE="krb5-1.19"
KRB5_MD5SUM="aaf18447a5a014aa3b7e81814923f4c9"
# hdfs3
-HDFS3_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libhdfs3-v2.3.6.tar.gz"
-HDFS3_NAME="doris-thirdparty-libhdfs3-v2.3.6.tar.gz"
-HDFS3_SOURCE="doris-thirdparty-libhdfs3-v2.3.6"
-HDFS3_MD5SUM="179e492ee71b6dc484e8f44bc2865de9"
+HDFS3_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libhdfs3-v2.3.7.tar.gz"
+HDFS3_NAME="doris-thirdparty-libhdfs3-v2.3.7.tar.gz"
+HDFS3_SOURCE="doris-thirdparty-libhdfs3-v2.3.7"
+HDFS3_MD5SUM="4c6b272970858214bccd0fc670071fc7"
#libdivide
LIBDIVIDE_DOWNLOAD="https://github.com/ridiculousfish/libdivide/archive/5.0.tar.gz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]