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

   ### Purpose
   
   Linked issue: No linked issue
   
   This change adds merge tree compact manager, compact task abstractions, and 
file rewrite compact task support for the mergetree compaction subsystem.
   
   Included changes:
   
   - **MergeTreeCompactManager**:
     - Adds `merge_tree_compact_manager.h` and `merge_tree_compact_manager.cpp` 
to orchestrate merge tree compaction workflows.
     - Adds test coverage in `merge_tree_compact_manager_test.cpp`.
   
   - **MergeTreeCompactManagerFactory**:
     - Adds `merge_tree_compact_manager_factory.h` and 
`merge_tree_compact_manager_factory.cpp` to provide factory-based construction 
of compact managers.
     - Adds test coverage in `merge_tree_compact_manager_factory_test.cpp`.
   
   - **MergeTreeCompactTask**:
     - Adds `merge_tree_compact_task.h` and `merge_tree_compact_task.cpp` to 
define the base compact task abstraction for merge tree operations.
   
   - **FileRewriteCompactTask**:
     - Adds `file_rewrite_compact_task.h` to define file-rewrite specific 
compact task logic.
     - Adds test coverage in `file_rewrite_compact_task_test.cpp`.
   
   ### Tests
   
   Not run. Local compile, CMake, and gtest environment checks are not part of 
this PR description.
   
   Test coverage included in this change:
   
   - `MergeTreeCompactManagerTest`
   - `MergeTreeCompactManagerFactoryTest`
   - `FileRewriteCompactTaskTest`
   
   ### API and Format
   
   No public API, 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