LadyForest opened a new pull request, #139:
URL: https://github.com/apache/flink-table-store/pull/139

   Currently, `FileStoreWrite` will scan and plan files when creating a 
non-empty writer. We should also create a non-empty writer for non-rescale 
compaction cases but instead use the pre-planned manifest entries.
   
   The sink records should be dumped, and when `prepareCommit` is invoked, it 
should trigger `submitCompaction`, which will generate two snapshots. The first 
commit kind is `ADD` with empty new files. The second commit kind is `COMPACT` 
with specified manifest entries marked as deleted and compacted files marked as 
added.


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