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

   Compact tasks differ between auto-compact and "ALTER TABLE ... COMPACT"
   - auto-compact task will pick the first qualified candidates to rewrite, and 
the AppendOnlyWriter must invoke the next compaction.
   - "ALTER TABLE ... COMPACT" will perform a whole scan of the input, and 
within one task, there might be multiple times of rewrite happens.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to