Fokko commented on issue #891: URL: https://github.com/apache/iceberg-python/issues/891#issuecomment-2209531903
I checked with Spark, and this seems to be correct: ```json { "name" : "partitions", "type" : [ "null", { "type" : "array", "items" : { "type" : "record", "name" : "r508", "fields" : [ { "name" : "contains_null", "type" : "boolean", "doc" : "True if any file has a null partition value", "field-id" : 509 }, { "name" : "contains_nan", "type" : [ "null", "boolean" ], "doc" : "True if any file has a nan partition value", "default" : null, "field-id" : 518 }, { "name" : "lower_bound", "type" : [ "null", "bytes" ], "doc" : "Partition lower bound for all files", "default" : null, "field-id" : 510 }, { "name" : "upper_bound", "type" : [ "null", "bytes" ], "doc" : "Partition upper bound for all files", "default" : null, "field-id" : 511 } ] }, "element-id" : 508 } ], "doc" : "Summary for each partition", "default" : null, "field-id" : 507 } ] } ``` -- 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