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


##########
paimon-core/src/main/java/org/apache/paimon/AbstractFileStore.java:
##########
@@ -360,6 +360,8 @@ public TagDeletion newTagDeletion() {
 
     public abstract Comparator<InternalRow> newKeyComparator();
 
+    protected abstract List<CommitCallback> createCommitCallbacks(String 
commitUser);

Review Comment:
   Can you move `AbstractFileStoreTable.createCommitCallbacks` to here and 
remove `newCommit(user, callbacks)` 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