jonvex commented on code in PR #10479:
URL: https://github.com/apache/hudi/pull/10479#discussion_r1557794705


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/marker/WriteMarkers.java:
##########
@@ -86,7 +86,7 @@ public Option<Path> create(String partitionPath, String 
fileName, IOType type, H
       HoodieTimeline pendingReplaceTimeline = 
activeTimeline.filterPendingReplaceTimeline();
       // TODO If current is compact or clustering then create marker directly 
without early conflict detection.
       // Need to support early conflict detection between table service and 
common writers.
-      if (pendingCompactionTimeline.containsInstant(instantTime) || 
pendingReplaceTimeline.containsInstant(instantTime)) {

Review Comment:
   @yihua is my understanding correct?



-- 
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: commits-unsubscr...@hudi.apache.org

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

Reply via email to