nsivabalan commented on issue #2756: URL: https://github.com/apache/hudi/issues/2756#issuecomment-813522558
yes, you are right. we do have a bug here w/ DefaultHoodieRecordPayload. With OverwriteWithLatestAvroPayload, we always choose the latest and so we didn't have this issue. DefaultHoodieRecordPayload class is something which was added in last few months and hence we didn't catch this. thanks for flagging this. btw, DefaultHoodieRecordPayload uses a diff config named "hoodie.payload.ordering.field" to resolve combineAndGetUpdate. Your approach seems fine to me. -- 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]
