[ https://issues.apache.org/jira/browse/PARQUET-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789173#comment-17789173 ]
ASF GitHub Bot commented on PARQUET-2261: ----------------------------------------- ConeyLiu commented on code in PR #1177: URL: https://github.com/apache/parquet-mr/pull/1177#discussion_r1403526389 ########## parquet-column/src/main/java/org/apache/parquet/internal/column/columnindex/ColumnIndex.java: ########## @@ -57,4 +57,16 @@ public interface ColumnIndex extends Visitor<PrimitiveIterator.OfInt> { */ public List<ByteBuffer> getMaxValues(); + /** + * @return the unmodifiable list of the repetition level histograms for each page concatenated together; used for + * converting to the related thrift object + */ + public List<Long> getRepetitionLevelHistogram(); Review Comment: The `public` is redundant, but I think you want to keep the code alignment. > [Format] Add statistics that reflect decoded size to metadata > ------------------------------------------------------------- > > Key: PARQUET-2261 > URL: https://issues.apache.org/jira/browse/PARQUET-2261 > Project: Parquet > Issue Type: New Feature > Components: parquet-format > Reporter: Micah Kornfield > Assignee: Micah Kornfield > Priority: Major > Fix For: format-2.10.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)