linliu-code commented on code in PR #13008: URL: https://github.com/apache/hudi/pull/13008#discussion_r2015500768
########## hudi-common/src/main/java/org/apache/hudi/common/table/read/FileGroupRecordBuffer.java: ########## @@ -238,6 +243,7 @@ protected Option<Pair<Option<T>, Map<String, Object>>> doProcessNextDataRecord(T Map<String, Object> metadata, Pair<Option<T>, Map<String, Object>> existingRecordMetadataPair) throws IOException { + totalLogRecords++; Review Comment: logRecordReader does not know the # of log records; it only knows the final records with distinct record keys. This number can only be collected inside the buffer when we read the blocks. -- 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