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 2020/07/31 12:51:26 UTC

[GitHub] [hudi] zherenyu831 edited a comment on issue #1890: [SUPPORT] Failed to get record from HoodieMergedLogRecordScanner

zherenyu831 edited a comment on issue #1890:
URL: https://github.com/apache/hudi/issues/1890#issuecomment-667103547


   We also having it now, the reason is we using custom payload while upsert data, but when we bulk insert at very beginning, we used `org.apache.hudi.common.model.OverwriteWithLatestAvroPayload`, and in hoodie.properties file, the payload class is `org.apache.hudi.common.model.OverwriteWithLatestAvroPayload`, if you are facing same problem as us, just change the payload class in hoodie.properties, it fix the problem


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