hulincup commented on PR #67304:
URL: https://github.com/apache/doris/pull/67304#issuecomment-5461461524

   ## 1. What problem was fixed
   
   Migrated Paimon C++ dependency from the old snapshot in 
`apache/doris-thirdparty` (commit 0a4f4e2) to the official Apache release 
v0.3.0 at `apache/paimon-cpp`.
   
   The old snapshot is stale and doesn't receive updates. The official Apache 
repository is the canonical source for Paimon C++ releases.
   
   ## 2. Which behaviors were modified
   
   **Previous behavior:** Doris downloaded Paimon C++ from 
`apache/doris-thirdparty` snapshot, which is a community-maintained mirror that 
may lag behind official releases.
   
   **New behavior:** Doris now downloads from the official Apache Paimon C++ 
v0.3.0 release at `apache/paimon-cpp`.
   
   **Why:** To align with the Apache Paimon community's official release 
process and make it easier to receive future updates and bug fixes.
   
   **Impact:** No functional changes for Doris users. This is a dependency 
source migration only.
   
   ## 3. What features were added
   
   None. This is a dependency migration, not a feature addition.
   
   ## 4. What code was refactored
   
   None. No refactoring was needed.
   
   ## 5. What functions were optimized
   
   None. No performance optimizations.
   
   ## Changes made
   
   1. **thirdparty/vars.sh**: Updated download URL from `doris-thirdparty` 
snapshot to `apache/paimon-cpp` v0.3.0 release
   2. **thirdparty/patches/paimon-cpp-v0.3.0-external-arrow.patch**: New patch 
to support external Arrow integration (required because v0.3.0 has different 
CMake structure than the old snapshot)
   3. **thirdparty/download-thirdparty.sh**: Updated to apply the new patch file
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to