JingsongLi commented on code in PR #97:
URL: https://github.com/apache/flink-table-store/pull/97#discussion_r858604620
##########
flink-table-store-core/src/test/java/org/apache/flink/table/store/file/mergetree/compact/CompactManagerTest.java:
##########
@@ -197,7 +197,7 @@ private void innerTest(
new CompactManager(
service, strategy, comparator, 2,
testRewriter(expectedDropDelete));
manager.submitCompaction(levels);
- manager.finishCompaction(levels);
Review Comment:
`MergeTreeTest` can cover this.
Its compaction is very slow.
--
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]