wgtmac commented on code in PR #9772: URL: https://github.com/apache/iceberg/pull/9772#discussion_r1527197363
########## arrow/src/main/java/org/apache/iceberg/arrow/vectorized/parquet/VectorizedParquetDefinitionLevelReader.java: ########## @@ -47,35 +46,45 @@ public VectorizedParquetDefinitionLevelReader( super(bitWidth, maxDefLevel, readLength, setArrowValidityVector); } - abstract class NumericBaseReader { + abstract class BaseReader { Review Comment: I have merged `NumericBaseReader` into `BaseReader` to eliminate the duplicate code. This refactoring contributes to the most part of this PR. -- 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