rdblue commented on code in PR #11369: URL: https://github.com/apache/iceberg/pull/11369#discussion_r1925958651
########## core/src/main/java/org/apache/iceberg/ContentFileParser.java: ########## @@ -48,6 +48,97 @@ class ContentFileParser { private ContentFileParser() {} + public static void unboundContentFileToJson( Review Comment: Rather than using an unbound _content_ file, what about limiting the "unbound" part to just the partition? Also, don't we use `StructLike` for partition that requests the correct Java type when accessing fields? If that's the case then we may be able to take a different approach for partition tuples. -- 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