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

   ### Apache Iceberg version
   
   main (development)
   
   ### Please describe the bug 🐞
   
   https://github.com/apache/iceberg-go/pull/1593 introduced a positivity check 
for source-ids in partition-specs. That breaks compatibility with spark which 
will send a 0 source-id for the first column. 
   
   `CREATE TABLE t (ints INT, floats DOUBLE, strings STRING) PARTITIONED BY 
(ints)` puts ints at field-id 0, and the REST `CreateTableRequest` carries 
`"source-id": 0`.


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

Reply via email to