ConeyLiu commented on code in PR #1141:
URL: https://github.com/apache/parquet-mr/pull/1141#discussion_r1358392204
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetInputFormat.java:
##########
@@ -211,6 +213,19 @@ private static UnboundRecordFilter
getUnboundRecordFilterInstance(Configuration
}
}
+ private static UnboundRecordFilter
getUnboundRecordFilterInstance(ParquetConfiguration configuration) {
Review Comment:
Same here, we could change `getUnboundRecordFilterInstance` directly as
well.
--
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]