You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Motivation
In flink, the join operation may produce retractions, if writing join result into an append-only sink will throw plan exception. However, in some cases, users want to use Log Table as the sink of join operation. We can introduce a sink.ignore-delete option for the sink connector, and ignore deletions when the option is enabled.
Solution
No response
Anything else?
No response
Willingness to contribute
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Motivation
In flink, the join operation may produce retractions, if writing join result into an append-only sink will throw plan exception. However, in some cases, users want to use Log Table as the sink of join operation. We can introduce a
sink.ignore-delete
option for the sink connector, and ignore deletions when the option is enabled.Solution
No response
Anything else?
No response
Willingness to contribute
The text was updated successfully, but these errors were encountered: