YannByron commented on PR #9155: URL: https://github.com/apache/paimon/pull/9155#issuecomment-5249959242
I checked the Delta Lake docs — it is reading 2: `whenNotMatchedBySource` is defined over every target row that does not match any source row based on the merge condition, and the sanctioned way to narrow that set is a clause-level condition, not `ON`. +1 on the fix. https://docs.databricks.com/aws/en/delta/merge -- 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]
