[
https://issues.apache.org/jira/browse/HUDI-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17381971#comment-17381971
]
ASF GitHub Bot commented on HUDI-1884:
--------------------------------------
pengzhiwei2018 commented on pull request #3154:
URL: https://github.com/apache/hudi/pull/3154#issuecomment-881350014
Hi @n3nash can you take a at the test case
`TestHoodieDeltaStreamer.testUpsertsCOWContinuousModeWithMultipleWriters` and
`TestHoodieClientMultiWriter.testMultiWriterWithAsyncTableServicesWithConflict`.
It often crash and block the ci.
Here is the CI logs:
https://api.travis-ci.com/v3/job/524829045/log.txt
https://api.travis-ci.com/v3/job/524829044/log.txt
--
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]
> 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)