This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new c123b3620b7 branch-4.1: [opt](deps) change paimon-cpp download to tag 
#60694 (#61419)
c123b3620b7 is described below

commit c123b3620b73b50afa7837f72f7f9f2edd3dda8c
Author: Chenjunwei <[email protected]>
AuthorDate: Wed Mar 18 15:06:27 2026 +0800

    branch-4.1: [opt](deps) change paimon-cpp download to tag #60694 (#61419)
    
    pick
    -  #60694
    
    Co-authored-by: Mingyu Chen (Rayner) <[email protected]>
---
 thirdparty/vars.sh | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index b61978478c5..c46119cfd49 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -554,12 +554,10 @@ PUGIXML_SOURCE=pugixml-1.15
 PUGIXML_MD5SUM="3b894c29455eb33a40b165c6e2de5895"
 
 # paimon-cpp
-# Using git clone since there's no official release yet
-# We'll use a specific commit or tag for reproducibility
-PAIMON_CPP_GIT_URL="https://github.com/alibaba/paimon-cpp.git";
-PAIMON_CPP_GIT_TAG="0a4f4e2e7967fdb0be180711bbe581a18eeeb2dd"
-PAIMON_CPP_NAME=paimon-cpp
-PAIMON_CPP_SOURCE=paimon-cpp
+PAIMON_CPP_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/paimon-cpp-0a4f4e2.tar.gz";
+PAIMON_CPP_NAME="paimon-cpp-0a4f4e2.tar.gz"
+PAIMON_CPP_SOURCE="doris-thirdparty-paimon-cpp-0a4f4e2"
+PAIMON_CPP_MD5SUM="b8599a0421dbf1ec05e2f1a481d64e87"
 
 # all thirdparties which need to be downloaded is set in array TP_ARCHIVES
 export TP_ARCHIVES=(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to