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 1fa90382a8d [opt](jindofs) update jindofs to 6.10.4 and add DlfFileIO
(#60856)
1fa90382a8d is described below
commit 1fa90382a8dbf4951e8dbb4d2b5d97f660a9d345
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Fri Feb 27 10:32:33 2026 +0800
[opt](jindofs) update jindofs to 6.10.4 and add DlfFileIO (#60856)
---
thirdparty/CHANGELOG.md | 4 ++++
thirdparty/vars.sh | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index c3777f5025f..eda6d280f5e 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}`
+## 20260206
+
+- Modified: jindofs 6.8.2 -> 6.10.4
+
## 20260202
- Modified: snappy 1.1.8 -> 1.1.10
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 2b054c89157..92b4427f179 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -548,10 +548,10 @@ ICU_SOURCE=icu-release-69-1
ICU_MD5SUM="135125f633864285d637db5c01e0388b"
# jindofs
-JINDOFS_DOWNLOAD="https://github.com/apache/doris-thirdparty/releases/download/alibabacloud-jindodata-releases/jindofs-6.8.2-libs-0.1.tar.gz"
-JINDOFS_NAME=jindofs-6.8.2-libs-0.1.tar.gz
-JINDOFS_SOURCE=jindofs-6.8.2-libs-0.1
-JINDOFS_MD5SUM="0e5b0f71e636b8ed3f09e0bf16208fd1"
+JINDOFS_DOWNLOAD="https://github.com/apache/doris-thirdparty/releases/download/alibabacloud-jindodata-releases/jindofs-6.10.4-libs-0.1.tar.gz"
+JINDOFS_NAME=jindofs-6.10.4-libs-0.1.tar.gz
+JINDOFS_SOURCE=jindofs-6.10.4-libs-0.1
+JINDOFS_MD5SUM="bd30b4c5fe97c4367eeb3bb228b317d9"
# pugixml
PUGIXML_DOWNLOAD="https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]