jackye1995 edited a comment on pull request #3257:
URL: https://github.com/apache/iceberg/pull/3257#issuecomment-950026889


   It's still unclear to me how this would solve the merge conflict if you have 
2 columns updated in different branches. For example, if I have branch `A` that 
added column `c1` as an int column, branch `B` also added column `c1` as a 
string column, even if they have different ID, it is unclear if the user's 
intention is to keep one `c1`  (and we don't know which one to keep), or keep 
both (which is not possible due to duplicated column name). 


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