Gabriel39 opened a new pull request, #67158:
URL: https://github.com/apache/doris/pull/67158

   ### What problem does this PR solve?
   
   A clean parallel Paimon C++ build can start compiling the object library 
before the bundled ZSTD and Snappy external projects install their headers. 
This makes block_compression_factory.cpp fail with a missing zstd.h depending 
on the build graph state.
   
   ### What is changed and how does it work?
   
   - Add the zstd and snappy targets to the paimon object library dependencies 
so their ExternalProject install steps finish before codec sources compile.
   - Keep existing complete Paimon prebuilts compatible because dependency 
ordering does not change installed artifacts.
   - Add a focused regression test that applies the Doris patch and verifies 
both codec dependencies, and run it in the Arrow/Paimon workflow.
   
   ### Check List
   
   - [x] Arrow/Paimon lifecycle test
   - [x] Paimon codec dependency regression test
   - [x] Patch dry-run and application against paimon-cpp-0a4f4e2
   - [x] Shell syntax and workflow YAML validation
   
   ### Release note
   
   None.


-- 
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