pvary commented on code in PR #14040: URL: https://github.com/apache/iceberg/pull/14040#discussion_r2359578242
########## parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java: ########## @@ -1161,6 +1160,61 @@ public static class ReadBuilder implements InternalData.ReadBuilder { private NameMapping nameMapping = null; private ByteBuffer fileEncryptionKey = null; private ByteBuffer fileAADPrefix = null; + private Class<? extends StructLike> rootType = null; + private Map<Integer, Class<? extends StructLike>> customTypes = Maps.newHashMap(); + + public interface ReaderFunction { Review Comment: Cool! Looks nice. Thanks @RussellSpitzer! -- 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