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

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

hudi-bot edited a comment on pull request #3154:
URL: https://github.com/apache/hudi/pull/3154#issuecomment-868360998


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f0f27c22c58a6e95e30f9195785a05321c70cbe1",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=438";,
       "triggerID" : "f0f27c22c58a6e95e30f9195785a05321c70cbe1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c643a7f1678a405833133b6d6c05df1c375c1f84",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=642";,
       "triggerID" : "c643a7f1678a405833133b6d6c05df1c375c1f84",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c30a9963d62ae472fa4b171f560d53f872e60649",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=711";,
       "triggerID" : "c30a9963d62ae472fa4b171f560d53f872e60649",
       "triggerType" : "PUSH"
     }, {
       "hash" : "63cf96134656dbb41eaab4e03e747776599255b6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "63cf96134656dbb41eaab4e03e747776599255b6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a9cc94f38eeeea7734219ace3c4d5572e225d115",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=724";,
       "triggerID" : "a9cc94f38eeeea7734219ace3c4d5572e225d115",
       "triggerType" : "PUSH"
     }, {
       "hash" : "82b4b8bef8d143a14d445ae35fa5ec8fbbd5889f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "82b4b8bef8d143a14d445ae35fa5ec8fbbd5889f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "55cc9c2b2e5709f77e158f99625df955e1bd07d3",
       "status" : "SUCCESS",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=931";,
       "triggerID" : "55cc9c2b2e5709f77e158f99625df955e1bd07d3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5511851a56f5a23263bfb05690217718a329254",
       "status" : "PENDING",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=940";,
       "triggerID" : "f5511851a56f5a23263bfb05690217718a329254",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 63cf96134656dbb41eaab4e03e747776599255b6 UNKNOWN
   * 82b4b8bef8d143a14d445ae35fa5ec8fbbd5889f UNKNOWN
   * 55cc9c2b2e5709f77e158f99625df955e1bd07d3 Azure: 
[SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=931)
 
   * f5511851a56f5a23263bfb05690217718a329254 Azure: 
[PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=940)
 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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