zjw1111 opened a new pull request, #34:
URL: https://github.com/apache/paimon-cpp/pull/34

   ### Purpose
   
   Linked issue: None
   
   Introduce vendored third-party sources for CRoaring and xxHash:
   
   - Add CRoaring sources under `third_party/roaring_bitmap/`.
   - Add xxHash sources under `third_party/xxhash/`.
   - Add small CMake wrapper targets for both third-party libraries.
   - Update top-level `LICENSE` and `NOTICE` for the bundled third-party code.
   
   The original third-party source license headers are preserved. Only the 
local CMake wrapper files use ASF headers.
   
   ### Tests
   
   - `git diff --check`
   - `git diff --cached --check`
   - `cmake -S third_party/roaring_bitmap -B /tmp/paimon-cpp-roaring-build`
   - `cmake --build /tmp/paimon-cpp-roaring-build -j64`
   - `cmake -S third_party/xxhash -B /tmp/paimon-cpp-xxhash-build`
   - `cmake --build /tmp/paimon-cpp-xxhash-build -j64`
   
   ### API and Format
   
   No public API, storage format, or protocol changes.
   
   ### Documentation
   
   No user-facing documentation changes. The repository-level `LICENSE` and 
`NOTICE` files were updated for third-party declarations.
   
   ### Generative AI tooling
   
   Migrate-by: OpenAI Codex
   


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

Reply via email to