JingsongLi commented on code in PR #262:
URL: https://github.com/apache/flink-table-store/pull/262#discussion_r974060913
##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/data/AppendOnlyCompactManager.java:
##########
@@ -58,10 +59,9 @@ public AppendOnlyCompactManager(
}
@Override
- public void submitCompaction() {
+ public void triggerCompaction() {
if (taskFuture != null) {
- throw new IllegalStateException(
Review Comment:
No need to warn, this is a happy path.
--
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]