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


##########
paimon-core/src/main/java/org/apache/paimon/table/sink/CommitCallback.java:
##########
@@ -40,13 +40,40 @@
  */
 public interface CommitCallback extends AutoCloseable {
 
-    void call(
+    default void call(Context context) {
+        call(context.baseFiles, context.deltaFiles, context.indexFiles, 
context.snapshot);
+    }
+
+    default void call(

Review Comment:
   Removed legacy method.



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