xushiyan commented on issue #7152: URL: https://github.com/apache/hudi/issues/7152#issuecomment-1312759419
@hoanpvzz in your error stacktrace, it says `"_event_seq": null` that's the reason for NPE raising from `org.apache.hudi.common.model.debezium.MySqlDebeziumAvroPayload#extractSeq` This looks like a bug in mysql debezium payload, where the existing records after bootstrap do not have the debezium fields. I'll file a patch for this -- 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]
