parthchandra commented on code in PR #1187: URL: https://github.com/apache/parquet-mr/pull/1187#discussion_r1402836364
########## parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ColumnChunkPageReadStore.java: ########## @@ -80,10 +80,12 @@ static final class ColumnChunkPageReader implements PageReader { private final byte[] dataPageAAD; private final byte[] dictionaryPageAAD; + ParquetMetricsCallback metricsCallback; Review Comment: Yes, I just pushed them now. 🤦🏾 ########## parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ColumnChunkPageReadStore.java: ########## @@ -80,10 +80,12 @@ static final class ColumnChunkPageReader implements PageReader { private final byte[] dataPageAAD; private final byte[] dictionaryPageAAD; + ParquetMetricsCallback metricsCallback; Review Comment: Yes, I just pushed them now. 🤦🏾 -- 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: dev-unsubscr...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org