[
https://issues.apache.org/jira/browse/HUDI-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
leesf closed HUDI-858.
----------------------
Fixed via master: e6f3bf10cf2c62a1008b82765abdcd33cfd64c67
> Allow multiple operations to be executed within a single commit
> ---------------------------------------------------------------
>
> Key: HUDI-858
> URL: https://issues.apache.org/jira/browse/HUDI-858
> Project: Apache Hudi (incubating)
> Issue Type: Improvement
> Components: Writer Core
> Reporter: Balaji Varadarajan
> Assignee: Balaji Varadarajan
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.5.3
>
>
> There are users who had been directly using RDD APIs and have relied on a
> behavior in 0.4.x to allow multiple write operations (upsert/buk-insert/...)
> to be executed within a single commit.
> Given Hudi commit protocol, these are generally unsafe operations and user
> need to handle failure scenarios. It only works with COW table. Hudi 0.5.x
> had stopped this behavior.
> Given the importance of supporting such cases for the user's migration to
> 0.5.x, we are proposing a safety flag (disabled by default) which will allow
> this old behavior.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)