YannByron commented on code in PR #6697: URL: https://github.com/apache/hudi/pull/6697#discussion_r973991996
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java: ########## @@ -399,9 +429,26 @@ protected void writeIncomingRecords() throws IOException { } } + private void setCDCStatIfNeeded(Option<AppendResult> cdcResult, HoodieWriteStat stat) { Review Comment: ok -- 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