garyli1019 commented on a change in pull request #3047:
URL: https://github.com/apache/hudi/pull/3047#discussion_r647081722
##########
File path:
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/io/FlinkMergeHandle.java
##########
@@ -104,6 +104,11 @@ private void deleteInvalidDataFile(long lastAttemptId) {
}
}
+ @Override
+ protected void createMarkerFile(String partitionPath, String dataFileName) {
+ // no need to create marker file for flink merge handle.
Review comment:
can we add the reason here as well? just make it easier to read the code
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]