BreadS00 opened a new pull request, #4438: URL: https://github.com/apache/flink-cdc/pull/4438
When PostgreSQL table uses default `REPLICA IDENTITY DEFAULT` or `REPLICA IDENTITY PRIMARY KEY`, the logical decoding plugin (pgoutput) may not provide complete `before-data` for UPDATE events. This causes the `before` struct to be null in Debezium events, leading to an unhelpful `NullPointerException`. -- 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]
