voonhous commented on issue #6037: URL: https://github.com/apache/hudi/issues/6037#issuecomment-1174752193
Would like to enquire, for multiple update actions, how would overlapping matched actions be evaluated? For example: ```sql when matched and target.age = -1 then update set name = source.name, age = source.age when matched and target.age > -10 then update set name = source.name ``` I am not really sure how traditional SQL parsers/engines handle these situations. -- 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]
