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

   ### Purpose
   
   Linked issue: No linked issue
   
   This change adds compact management and postpone bucket writer support.
   
   Included changes:
   
   - **Compact module** (`src/paimon/core/compact/`):
     - Adds `cancellation_controller.h` for task cancellation control.
     - Adds `compact_deletion_file.h` and test coverage for deletion file 
handling.
     - Adds `compact_future_manager.h` and test coverage for future-based 
compact orchestration.
     - Adds `compact_manager.h`, `noop_compact_manager.h` and test coverage for 
compact manager interface and no-op implementation.
     - Adds `compact_result.h`, `compact_task.h`, `compact_unit.h` for compact 
result, task and unit abstractions.
   
   - **Postpone module** (`src/paimon/core/postpone/`):
     - Adds `postpone_bucket_writer.h`, `postpone_bucket_writer.cpp` and test 
coverage for postponed bucket writing logic.
     - Adds `postpone_bucket_file_store_write.h` for file store write 
abstraction in postpone flow.
   
   ### Tests
   
   Test coverage included in this change:
   
   - `CompactDeletionFileTest`
   - `CompactFutureManagerTest`
   - `NoopCompactManagerTest`
   - `PostponeBucketWriterTest`
   
   ### API and Format
   
   No public API, 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