YannByron commented on PR #6136:
URL: https://github.com/apache/paimon/pull/6136#issuecomment-3220586289

   I think we want `WHEN NOT MATCHED THEN INSERT` clause of `MERGE INTO` can 
respect the principle same with `INSERT INTO` SQL:
   1. `ByName` INSERT(INSERT (col1, col2)): automatically fill null or default 
value if provided for missing columns;
   2. `ByPosition` INSERT(INSERT *): throw exception if there are missing 
columns.
   
   If so, +1 for me. And leave some minor comments.


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

Reply via email to