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

   ### Purpose
   
   
   Add read-ahead cache and common utility helpers, including:
   
   - Read-ahead cache adapted from Apache ORC cache implementation
   - Serialization utilities
   - Stream utilities
   - Object utility helpers
   
   Also update `LICENSE` to include the Apache ORC-derived read-ahead cache 
files.
   
   ### Tests
   
   Added unit tests:
   
   - `read_ahead_cache_test.cpp`
   - `serialization_utils_test.cpp`
   - `stream_utils_test.cpp`
   - `object_utils_test.cpp`
   
   ### API and Format
   
   This change introduces a new public header:
   
   - `include/paimon/utils/read_ahead_cache.h`
   
   No storage format or protocol changes.
   
   ### Documentation
   
   No user-facing documentation changes.
   
   ### Generative AI tooling
   


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