lxy-9602 opened a new issue, #236:
URL: https://github.com/apache/paimon-cpp/issues/236

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/paimon-cpp/issues) and found nothing similar.
   
   
   ### Motivation
   
   Apache Paimon Java 2.0 supports Mosaic, a hybrid format designed for wide 
tables using column bucketing and parallel I/O. Paimon C++ cannot currently 
access tables using this format.
   
   ### Solution
   
   Add Mosaic support to the Paimon C++ file-format SPI:
   - Register the mosaic file-format factory.
   - Implement compatible schema, reader, writer, and statistics handling.
   - Support column projection and Mosaic column-bucket metadata.
   - Add C++ round-trip tests and Java-produced file compatibility tests.
   
   ### Anything else?
   
   We will also support formats such as Lance and Vortex in the future.
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


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