[
https://issues.apache.org/jira/browse/HUDI-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinoth Chandar updated HUDI-1284:
---------------------------------
Priority: Critical (was: Major)
> preCombine all HoodieRecords and update all fields(which is not DefaultValue)
> according to orderingVal
> -------------------------------------------------------------------------------------------------------
>
> Key: HUDI-1284
> URL: https://issues.apache.org/jira/browse/HUDI-1284
> Project: Apache Hudi
> Issue Type: New Feature
> Components: Writer Core
> Reporter: karl wang
> Priority: Critical
> Labels: pull-request-available
> Fix For: 0.11.0
>
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.1#820001)