XiaoHongbo-Hope opened a new pull request, #278:
URL: https://github.com/apache/paimon-cpp/pull/278

   ### Purpose
   
   Linked issue: N/A
   
   Support reading Java-compatible `MAP<K, BLOB>` payloads from blob files.
   
   - Decode BOOL, integer, DATE, TIME, STRING, BINARY, and DECIMAL keys.
   - Return inline Blob bytes or per-value Blob descriptors according to 
`blob_as_descriptor`.
   - Preserve null and empty maps/values, and reject malformed payload metadata 
or duplicate keys.
   
   ### Tests
   
   - `cmake --build build-release --target paimon-blob-format-test 
paimon_blob_file_format_shared -j 8`
   - `./build-release/release/paimon-blob-format-test --gtest_color=no` (50 
tests passed)
   - `clang-tidy`, `cpplint`, `codespell`, and `git diff --check`
   
   ### API and Format
   
   No public API changes and no storage format changes. This adds read 
compatibility for the existing Paimon Java `MAP<X, BLOB>` payload version 1. 
C++ writer support is unchanged.
   
   ### Documentation
   
   No documentation changes.
   
   ### 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