hudi-bot opened a new issue, #14472:
URL: https://github.com/apache/hudi/issues/14472

   When more than one HoodieRecord have the same HoodieKey, this function 
combines all fields(which is not DefaultValue)
    before attempting to insert/upsert (if combining turned on in 
HoodieClientConfig).
    eg: 1)
    Before:
    id name age ts
    1 Karl null 0.0
    1 null 18 0.0
    After:
    id name age ts
    1 Karl 18 0.0
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-1284
   - Type: New Feature


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