jonvex opened a new pull request, #13263:
URL: https://github.com/apache/hudi/pull/13263

   ### Change Logs
   support partial update in commit time ordering merge mode for spark and put 
some duplicated code into a common method.
   
   Discovered https://issues.apache.org/jira/browse/HUDI-9375 when writing the 
test. To work around this, I did one merge with a lower ordering value and then 
subsequently I did the same merge with a higher ordering value. This 
demonstrates that it will use both merger types with different results, but 
test correct behavior over the entire test
   
   ### Impact
   
   Support partial update for commit time ordering
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   N/A
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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

Reply via email to