pengzhiwei created HUDI-1884:
--------------------------------

             Summary: Support Partial Update For MergeInto
                 Key: HUDI-1884
                 URL: https://issues.apache.org/jira/browse/HUDI-1884
             Project: Apache Hudi
          Issue Type: Sub-task
            Reporter: pengzhiwei
            Assignee: pengzhiwei


Support partial update for merge-into statement, just like this:
{code:java}
merge into h0 
using s0
on s0.id = h0.id
when matched then update set price = s0.price + 10
when not matched then insert *{code}
Allow to update partial fields.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to