rdblue commented on code in PR #12323: URL: https://github.com/apache/iceberg/pull/12323#discussion_r1980243819
########## parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java: ########## @@ -160,9 +161,10 @@ public static class WriteBuilder implements InternalData.WriteBuilder { private final Map<String, String> metadata = Maps.newLinkedHashMap(); private final Map<String, String> config = Maps.newLinkedHashMap(); private Schema schema = null; + private BiFunction<Integer, String, Type> variantShreddingFunc = null; Review Comment: You're right. I think this should have been a private constructor and this should only be available through the `ParquetSchemaUtil` method that documents how it is used. I'll update it. -- 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