danny0405 commented on code in PR #9052:
URL: https://github.com/apache/hudi/pull/9052#discussion_r1241869164


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/marker/DirectWriteMarkers.java:
##########
@@ -182,6 +182,7 @@ public Option<Path> createWithEarlyConflictDetection(String 
partitionPath, Strin
   private Option<Path> create(Path markerPath, boolean checkIfExists) {
     HoodieTimer timer = HoodieTimer.start();
     Path dirPath = markerPath.getParent();
+    boolean overwrite = false;

Review Comment:
   You should not change this method directly, did you notice that there is a 
param `checkIfExists`, and I'm wondering first why the append handle could have 
duplicate marker files first?



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