CodingCat opened a new pull request #3954:
URL: https://github.com/apache/iceberg/pull/3954


   this PR is a followup of 
https://github.com/apache/iceberg/pull/3632#discussion_r776515101 . It ensure a 
no-op when deleting and adding the same partition col so that users will not 
encounter an error
   
   We have this scenario that we need to change the partition column of a table 
with an API call, as said in the last PR, with the functionality in PR, we can 
just remove all "conflicted" column names without the burden to check whether 
the transformation is the same 


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