badalprasadsingh commented on issue #1639:
URL: https://github.com/apache/iceberg-go/issues/1639#issuecomment-5182242153

   Right now, `UpdateSpec.partitionField` only attempts to reuse a 
previously-removed partition field's ID on tables whose format version is 
**exactly** 2.
   
   We need to change the version guard in `partitionField` from `Version() == 
2` to `Version() >= 2`. 
   
   Will address this fix in the same PR.


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