You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/07/05 08:10:35 UTC

[GitHub] [hudi] voonhous commented on issue #6037: [QUESTION] about the implementation of spark merge into

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org