ChaladiMohanVamsi opened a new pull request, #5789: URL: https://github.com/apache/iceberg/pull/5789
**About the change :** Presently the MERGE INTO query with WHEN NOT MATCHED operation on table with non-nullable columns fails. We decide on Join type (FULL-OUTER/LEFT-OUTER/INNER) in MERGE INTO query based on the presence of NOT MATCHED operator in the query. The type of JOIN will affect the null-ability of output columns of the JOIN operator, if the JOIN operator output column null-ability doesn't match with target table null-able constraints, we will get UNRESOLVED error. -- 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]
