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

   ### Apache Iceberg version
   
   None
   
   ### Please describe the bug 🐞
   
   The `partition-spec` is null, and should be equal to the spec in 
`partition-specs` that is being pointed at by `current-partition-spec`.
   
   ```json
   {
       "schema": {
           "type": "struct",
           "fields": [
               {
                   "type": "int",
                   "id": 1,
                   "name": "id",
                   "required": true
               }
           ],
           "schema-id": 0,
           "identifier-field-ids": []
       },
       "partition-spec": null,
       "format-version": 1,
       "table-uuid": "dd93fa46-a1a7-43bb-8748-6cc7eff107a3",
       "location": "s3a://warehouse/iceberg/iceberg-test-2.db/test-table-2",
       "last-updated-ms": 1742412491193,
       "last-column-id": 1,
       "schemas": [
           {
               "type": "struct",
               "fields": [
                   {
                       "type": "int",
                       "id": 1,
                       "name": "id",
                       "required": true
                   }
               ],
               "schema-id": 0,
               "identifier-field-ids": []
           }
       ],
       "current-schema-id": 0,
       "partition-specs": [
           {
               "spec-id": 0,
               "fields": []
           }
       ],
       "default-spec-id": 0,
       "last-partition-id": 999,
       "properties": {},
       "snapshot-log": null,
       "metadata-log": null,
       "sort-orders": [
           {
               "order-id": 0,
               "fields": []
           }
       ],
       "default-sort-order-id": 0,
       "refs": null
   }
   ```


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