You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "pengzhiwei (Jira)" <ji...@apache.org> on 2021/06/25 09:10:00 UTC

[jira] [Updated] (HUDI-1884) MergeInto Support Partial Update For COW

     [ https://issues.apache.org/jira/browse/HUDI-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

pengzhiwei updated HUDI-1884:
-----------------------------
    Summary: MergeInto Support Partial Update For COW   (was: Support Partial Update For MergeInto)

> MergeInto Support Partial Update For COW 
> -----------------------------------------
>
>                 Key: HUDI-1884
>                 URL: https://issues.apache.org/jira/browse/HUDI-1884
>             Project: Apache Hudi
>          Issue Type: Sub-task
>            Reporter: pengzhiwei
>            Assignee: pengzhiwei
>            Priority: Major
>
> 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)