yihua commented on issue #7988: URL: https://github.com/apache/hudi/issues/7988#issuecomment-1435415262
Hi @michael1991 thanks for the question. Could you put up a draft of your payload implementation? The issue is likely due to the payload implementation and related to the schema of the records. If possible, could you also provide sample data or unit test to reproduce this problem? If you're interested in the partial updates, there's already a payload implementation for that, [`PartialUpdateAvroPayload`](https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/model/PartialUpdateAvroPayload.java), which is going to be released in 0.13.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]
