rahil-c commented on code in PR #19575:
URL: https://github.com/apache/hudi/pull/19575#discussion_r3840387481
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -255,6 +256,12 @@ public boolean commitStats(String instantTime,
TableWriteStats tableWriteStats,
return true;
}
extraMetadata = updateExtraMetadata(extraMetadata);
+ // The commit is the boundary for the record index lookup counters.
Snapshot them into this commit's
Review Comment:
can you make the comment here less verbose
--
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]