danny0405 commented on code in PR #9776:
URL: https://github.com/apache/hudi/pull/9776#discussion_r1349440980
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTable.java:
##########
@@ -726,19 +727,24 @@ protected void
reconcileAgainstMarkers(HoodieEngineContext context,
return;
}
- // we are not including log appends here, since they are already
fail-safe.
- Set<String> invalidDataPaths = getInvalidDataPaths(markers);
- Set<String> validDataPaths = stats.stream()
+ // Ignores log file appended for update, since they are already
fail-safe.
+ // but new created log files should be included.
+ Set<String> invalidFilePaths = getInvalidDataPaths(markers);
Review Comment:
what name do you suggest?
--
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]