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: [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]