[ 
https://issues.apache.org/jira/browse/HUDI-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17380663#comment-17380663
 ] 

ASF GitHub Bot commented on HUDI-1884:
--------------------------------------

pengzhiwei2018 removed a comment on pull request #3154:
URL: https://github.com/apache/hudi/pull/3154#issuecomment-874708516


   Hi @leesf @umehrot2  can you take a look at this PR? Hope it can land in the 
0.9.


-- 
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-unsubscr...@hudi.apache.org

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


> 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
>              Labels: pull-request-available
>
> 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