You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/06/17 18:18:01 UTC

[GitHub] [hudi] bvaradar commented on issue #1741: How to ignore the null columns in upsert on MoR tables? - Spark streaming

bvaradar commented on issue #1741:
URL: https://github.com/apache/hudi/issues/1741#issuecomment-645539789


   Hudi gives a programmable interface for this. You can plugin your own payload class (subclass of HoodieRecordPayload) where you can implement custom merge logic. For example : org.apache.hudi.common.model.OverwriteWithLatestAvroPayload is the default one  which always picks the latest record. 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org