[GitHub] [hudi] n3nash commented on issue #2637: [SUPPORT] - Partial Update : update few columns of a table

2021-04-01 Thread GitBox
n3nash commented on issue #2637: URL: https://github.com/apache/hudi/issues/2637#issuecomment-812335639 @Sugamber If your issue is addressed, please close this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [hudi] n3nash commented on issue #2637: [SUPPORT] - Partial Update : update few columns of a table

2021-03-30 Thread GitBox
n3nash commented on issue #2637: URL: https://github.com/apache/hudi/issues/2637#issuecomment-810006367 @Sugamber You code looks correct. Here is the flow : 1) InputDF -> DF -> DF preCombine(..) -> getInsertValue(incremental_schema) 3) Perform upsert 4)

[GitHub] [hudi] n3nash commented on issue #2637: [SUPPORT] - Partial Update : update few columns of a table

2021-03-11 Thread GitBox
n3nash commented on issue #2637: URL: https://github.com/apache/hudi/issues/2637#issuecomment-796552639 @Sugamber The `HoodieRecordPayload` provides 2 API's to perform custom merges 1) preCombine 2) combineAndGetUpdateValue Each of these API's is a callback that provides