n3nash commented on issue #1549:
URL: https://github.com/apache/incubator-hudi/issues/1549#issuecomment-619654653


   @PhatakN1 Are you overriding the method `combineAndGetUpdateValue` in your 
custom payload implementation ? This part of the code -> 
https://github.com/apache/incubator-hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteWithLatestAvroPayload.java#L70
 basically takes care of that in the `OverwriteWithLatestAvroPayload` payload 
implementation. But if you override that and make use of your own class and 
method impl, then you'll need to ensure you do the same in your code.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to