Fokko opened a new issue, #891:
URL: https://github.com/apache/iceberg-python/issues/891

   ### Apache Iceberg version
   
   0.6.1 (latest release)
   
   ### Please describe the bug 🐞
   
   Field-id 508 is the struct in the list of partition summaries. It marked as 
optional, but I think it should be required:
   
   ```
   {
     "type" : "record",
     "name" : "manifest_file",
     "fields" : [ {
       "name" : "manifest_path",
       "type" : "string",
       "doc" : "Location URI with FS scheme",
       "field-id" : 500
     }, {
       "name" : "manifest_length",
       "type" : "long",
       "field-id" : 501
     }, {
       "name" : "partition_spec_id",
       "type" : "int",
       "field-id" : 502
     }, {
       "name" : "content",
       "type" : "int",
       "field-id" : 517
     }, {
       "name" : "sequence_number",
       "type" : "long",
       "field-id" : 515
     }, {
       "name" : "min_sequence_number",
       "type" : "long",
       "field-id" : 516
     }, {
       "name" : "added_snapshot_id",
       "type" : "long",
       "field-id" : 503
     }, {
       "name" : "added_files_count",
       "type" : "int",
       "field-id" : 504
     }, {
       "name" : "existing_files_count",
       "type" : "int",
       "field-id" : 505
     }, {
       "name" : "deleted_files_count",
       "type" : "int",
       "field-id" : 506
     }, {
       "name" : "added_rows_count",
       "type" : "long",
       "field-id" : 512
     }, {
       "name" : "existing_rows_count",
       "type" : "long",
       "field-id" : 513
     }, {
       "name" : "deleted_rows_count",
       "type" : "long",
       "field-id" : 514
     }, {
       "name" : "partitions",
       "type" : [ "null", {
         "type" : "array",
         "items" : {
           "type" : "record",
           "name" : "r508",
           "fields" : [ {
             "name" : "contains_null",
             "type" : "boolean",
             "field-id" : 509
           }, {
             "name" : "contains_nan",
             "type" : [ "null", "boolean" ],
             "default" : null,
             "field-id" : 518
           }, {
             "name" : "lower_bound",
             "type" : [ "null", "bytes" ],
             "default" : null,
             "field-id" : 510
           }, {
             "name" : "upper_bound",
             "type" : [ "null", "bytes" ],
             "default" : null,
             "field-id" : 511
           } ]
         },
         "element-id" : 508
       } ],
       "default" : null,
       "field-id" : 507
     }, {
       "name" : "key_metadata",
       "type" : [ "null", "bytes" ],
       "default" : null,
       "field-id" : 519
     } ]
   }
   ```


-- 
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.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

Reply via email to