bvaradar opened a new pull request #1633:
URL: https://github.com/apache/incubator-hudi/pull/1633


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to