snazy commented on pull request #3257: URL: https://github.com/apache/iceberg/pull/3257#issuecomment-950128695
> 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). Yes, that’s a known concern. It would have to lead in an merge conflict error. However, it could be resolved by the user by renaming one of those. -- 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]
