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

   ### Purpose
   
   Linked issue: No linked issue
   
   This change adds commit message handling and system table utilities support.
   
   Included changes:
   
   - **Commit Message Module** (`include/paimon/`, 
`src/paimon/core/table/sink/`):
     - Adds public API header `commit_message.h` for commit message definitions.
     - Adds `commit_message.cpp` and `commit_message_impl.h/.cpp` for core 
implementation.
     - Adds `commit_message_serializer.h/.cpp` for 
serialization/deserialization logic.
     - Adds test coverage in `commit_message_test.cpp` and 
`commit_message_impl_test.cpp`.
   
   - **System Table Module** (`src/paimon/core/table/system/`):
     - Adds base system table abstraction with `system_table.h/.cpp`.
     - Adds schema management via `system_table_schema.h/.cpp`.
     - Adds scan capabilities with `system_table_scan.h/.cpp`.
     - Adds options system table implementation in 
`options_system_table.h/.cpp`.
   
   ### Tests
   
   Not run. Local compile, CMake, and gtest environment checks are not part of 
this PR description.
   
   Test coverage included in this change:
   
   - `commit_message_test.cpp`
   - `commit_message_impl_test.cpp`
   
   ### API and Format
   
   This change adds public API in `include/paimon/commit_message.h`.
   
   No storage format or protocol changes.
   
   ### Documentation
   
   No documentation changes required.
   
   ### Generative AI tooling
   
   Migrate-by: Aone Copilot (Qwen3.7-Max)
   


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