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/09/03 22:43:40 UTC

[GitHub] [hudi] nsivabalan commented on issue #3394: [SUPPORT] Question on hudi's default behaviour for UPSERT

nsivabalan commented on issue #3394:
URL: https://github.com/apache/hudi/issues/3394#issuecomment-912848915


   1. To dedup records within the same incoming batch, you need to enable these configs. 
   https://hudi.apache.org/docs/configurations#hoodiecombinebeforeupsert
   https://hudi.apache.org/docs/configurations#hoodiecombinebeforeinsert
   
   In this case, payload impl does not matter. 
   
   2. yes, you can try using DefaultHoodieRecordPayload. It is available as part of 0.8.0. 
   


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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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