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:
[email protected]


Reply via email to