the-other-tim-brown commented on code in PR #13699:
URL: https://github.com/apache/hudi/pull/13699#discussion_r2277924704
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/WriteStatus.java:
##########
@@ -109,6 +109,17 @@ public void markSuccess(HoodieRecord record,
Option<Map<String, String>> optiona
updateStatsForSuccess(optionalRecordMetadata);
}
+ /**
+ * Allows the writer to manually add record delegates to the index stats.
+ */
+ public void manuallyTrackSuccess() {
Review Comment:
I'm not sure of how we could do this just for the CoW merge case, any ideas
for how it can be done?
--
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]