zherenyu831 commented on issue #1890: URL: https://github.com/apache/hudi/issues/1890#issuecomment-667103547
We also having it now, the reason is we used 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: us...@infra.apache.org