fallintoplace opened a new pull request, #1514:
URL: https://github.com/apache/iceberg-go/pull/1514

   ## Summary
   
   - assign legacy partition field IDs sequentially from 1000 when every field 
omits `field-id`
   - reject partition specs where only some fields include IDs
   
   ## Why
   
   Older partition spec JSON may omit field IDs. Java assigns those IDs from 
`PARTITION_DATA_ID_START`, while Go decoded every missing ID as zero. That 
loses field identity and can make multiple partition fields collide.
   
   ## Testing
   
   - `go test ./...`
   - `go test -race .`
   - `go vet ./...`


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