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


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/compact/AppendTableCompactor.java:
##########
@@ -199,4 +205,19 @@ public List<Committable> prepareCommit(boolean 
waitCompaction, long checkpointId
     public Iterable<Future<CommitMessage>> result() {
         return result;
     }
+
+    private void replace(FileStoreTable newTable) throws Exception {
+        if (commitUser == null) {

Review Comment:
   Move `if (commitUser == null)` before `refreshWrite`.



-- 
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: issues-unsubscr...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to