wypoon commented on code in PR #11661: URL: https://github.com/apache/iceberg/pull/11661#discussion_r1866764798
########## arrow/src/main/java/org/apache/iceberg/arrow/vectorized/parquet/VectorizedParquetDefinitionLevelReader.java: ########## @@ -46,122 +47,217 @@ public VectorizedParquetDefinitionLevelReader( super(bitWidth, maxDefLevel, readLength, setArrowValidityVector); } - abstract class NumericBaseReader { - public void nextBatch( + abstract class CommonBaseReader { + protected void nextCommonBatch( Review Comment: We have two public methods `nextBatch` and `nextDictEncodedBatch`. This one is the implementation and does not need to be exposed. I named it this way as it is common to both `nextBatch` and `nextDictEncodedBatch`; giving it the same name as one of those two seems more confusing to me. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org