lszskye opened a new pull request, #138: URL: https://github.com/apache/paimon-cpp/pull/138
### Purpose This change adds append-only table write and compaction coordination support. - AppendOnlyWriter for writing data to append-only tables with automatic flush and compaction triggering. - AppendCompactTask representing a single compaction task for append-only tables. - AppendCompactCoordinator implementation for managing and scheduling compaction tasks. ### Tests - AppendOnlyWriterTest -- 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]
