aokolnychyi opened a new pull request #2956:
URL: https://github.com/apache/iceberg/pull/2956


   This PR fixes the generation of partition field IDs for v1 tables. Right 
now, we always use `base.lastAssignedPartitionId()` as the starting field ID 
for new partition fields. This value is present only in v2 tables. In v1 
tables, we need to use the max assigned field ID in the current spec. In v1, 
spec field IDs must be sequential.
   
   Originally, this use case was brought to my attention by @karuppayya.


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