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

   ### Change Logs
   
   This is a WIP Pull Request. This is intended to receive early feedback on 
the design approach.
   
   Expand on the Hudi partial update payload to create one that will allow 
"null" to be updated also. This payload will use "_hoodie_change_columns" to 
select which specific columns will be updated. It also will sort during 
precombine phase to ensure merges are not lost if precombined out-of-order.
   
   ### Impact
   
   Using this payload will have some small performance impact because of the 
sorted precombine phase. This will not affect standard operation.
   
   ### Documentation Update
   
   This feature would require detailed documentation to explain its usage.
   


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