JingsongLi commented on code in PR #6690:
URL: https://github.com/apache/paimon/pull/6690#discussion_r2567812742


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/WriterRefresher.java:
##########
@@ -60,6 +64,15 @@ private WriterRefresher(FileStoreTable table, Refresher 
refresher, Set<String> c
     @Nullable
     public static WriterRefresher create(
             boolean isStreaming, FileStoreTable table, Refresher refresher) {
+        return create(isStreaming, false, table, refresher);
+    }
+
+    @Nullable
+    public static WriterRefresher create(

Review Comment:
   Introduce a `CompactRefresher` which can wrap `WriterRefresher`.



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