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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
