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

   ### Purpose
   
   Linked issue: No linked issue
   
   This change adds file store commit and manifest merger support.
   
   Included changes:
   
   - **Public API** (`include/paimon/`):
     - Adds `commit_context.h` for commit context definitions
     - Adds `file_store_commit.h` for file store commit interface
   
   - **Core Operation** (`src/paimon/core/operation/`):
     - Adds `commit_context.cpp` implementation
     - Adds `file_store_commit.cpp` and `file_store_commit_impl.h/.cpp` for 
file store commit logic
     - Adds `manifest_file_merger.h/.cpp` for manifest file merging utilities
     - Adds test coverage: `file_store_commit_test.cpp`, 
`manifest_file_merger_test.cpp`
   
   - **Metrics** (`src/paimon/core/operation/metrics/`):
     - Adds `commit_metrics.h` for commit metrics definitions
     - Adds `commit_metrics_test.cpp` for metrics test coverage
   
   ### Tests
   
   Not run. Local compile, CMake, and gtest environment checks are not part of 
this PR description.
   
   Test coverage included in this change:
   
   - `FileStoreCommitTest`
   - `ManifestFileMergerTest`
   - `CommitMetricsTest`
   
   ### API and Format
   
   This change adds public API in `include/paimon/commit_context.h` and 
`include/paimon/file_store_commit.h`.
   
   No storage format or protocol changes.
   
   ### Documentation
   
   No documentation changes required.
   
   ### Generative AI tooling
   
   Migrate-by: Aone Copilot (Qwen-3.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