hudi-bot opened a new issue, #14570: URL: https://github.com/apache/hudi/issues/14570
The HoodieWriteClient api's are designed such that we can have the following operations : 1) startCommit() 2) perform operations (upsert, insert) 3) commit() In the past, Hudi used to be able to support multiple operations for insert, upsert before commiting. With MOR inflight data (for rollbacks) and the new state machine for timeline metadata this does not work. Opening this ticket to discuss what's the best suggested way of using these APIs [~varadarb] [~vinoth] ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-856 - Type: Bug -- 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]
