manuzhang commented on code in PR #13786:
URL: https://github.com/apache/iceberg/pull/13786#discussion_r2593022860
##########
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##########
@@ -1442,6 +1471,29 @@ public <D> CloseableIterable<D> build() {
}
if (batchedReaderFunc != null) {
+ // Try to load custom vectorized reader factory from properties
+ String readerName = properties.get(VECTORIZED_READER_FACTORY);
Review Comment:
isn't this `factoryName`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]