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 2021/02/06 07:41:04 UTC

[GitHub] [hudi] vinothchandar commented on issue #2522: [SUPPORT] Avoid UPSERT unchanged records from source

vinothchandar commented on issue #2522:
URL: https://github.com/apache/hudi/issues/2522#issuecomment-774418860


   We can always add a standard record payload implementation for this. Comparing every column value is also expensive, so what we support is comparing based on a certain field as an ordering value. For e.g if you were to provide a SCN or something to compare the incoming row against the record on disk, then the `DefaultHoodieRecordPayload` could handle that. 
   
   @nsivabalan correct me if I am wrong. 


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