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

   ### Purpose
   
   Linked issue: N/A
   
   Add file-index writer support for the BSI and Bloom filter plugins so they 
can be produced through `DataFileIndexWriter` and read back by the existing 
readers.
   
   - Serialize BSI positive/negative roaring bitmaps with null-row handling.
   - Serialize Java-compatible Bloom filter indexes and validate writer options.
   - Simplify existing bitmap and range-bitmap writer creation by passing the 
selected Arrow field directly.
   - Add plugin-level compatibility tests and an end-to-end embedded-index 
round trip.
   
   ### Tests
   
   - `cmake --build build --target paimon-common-test -j 64`
   - `cmake --build build --target paimon-core-test -j 64`
   - 50 affected common-module tests covering bitmap, range bitmap, BSI, and 
Bloom filters.
   - 7 `DataFileIndexWriterTest` cases.
   - `pre-commit run --files <changed files>`
   - `git diff --cached --check`
   
   ### API and Format
   
   No public API under `include/paimon/` is changed. This adds BSI and Bloom 
filter writer output compatible with the existing readers and Java index 
formats.
   
   ### Documentation
   
   No user-facing documentation change. The feature extends the existing 
file-index write interface.
   
   ### Generative AI tooling
   
   Generated-by: OpenAI Codex (GPT-5)
   


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