codope commented on issue #6037:
URL: https://github.com/apache/hudi/issues/6037#issuecomment-1202059274

   > Would like to enquire about some special cases. 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.
   
   @voonhous @fengjian428 Let's take this implementation discussion to the JIRA 
HUDI-4361. We should prioritize this improvement in the next release (0.13.0). 
Since the issue itself has been triaged, I am going to close it.


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