JingsongLi opened a new pull request, #311: URL: https://github.com/apache/flink-table-store/pull/311
When the partial update input is a normal database cdc input, it can work normally as long as there is no delete data. However, if a join is performed previously, the join node in flink job will generate delete messages, which will cause the partial update insertion to throw an exception. We can add an option to decide whether to ignore the delete message in this case. -- 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]
