codope commented on a change in pull request #4848:
URL: https://github.com/apache/hudi/pull/4848#discussion_r813086510
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieAppendHandle.java
##########
@@ -320,7 +325,48 @@ private void updateWriteStatus(HoodieDeltaWriteStat stat,
AppendResult result) {
statuses.add(this.writeStatus);
}
- private void processAppendResult(AppendResult result) {
+ /**
+ * Get column statistics for the records part of this append handle.
+ *
+ * @param filePath - Log file that records are part of
+ * @param recordList - List of records appended to the log for which
column statistics is needed for
+ * @param columnRangeMap - Output map to accumulate the column statistics
for the records
+ */
+ private void getRecordsStats(final String filePath, List<IndexedRecord>
recordList,
Review comment:
renamed to `computeRecordStats`
--
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]