danny0405 commented on code in PR #12132: URL: https://github.com/apache/hudi/pull/12132#discussion_r1808054160
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/stats/ColumnStatsIndices.java: ########## @@ -60,16 +64,16 @@ import static org.apache.hudi.common.util.ValidationUtils.checkState; /** - * Utilities for abstracting away heavy-lifting of interactions with Metadata Table's Column Stats Index, - * providing convenient interfaces to read it, transpose, etc. + * Utilities for abstracting away heavy-lifting of interactions with Metadata Table's Column Stats Index + * or Partition Stats Index, providing convenient interfaces to read it, transpose, etc. Review Comment: The doc has inconsistency with the class name. Maybe we just keep the doc as it is if we agree both `file stats` and `partition stats` belong to `column stats`. -- 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]
