Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve][Sort] Add whether to ignore single-table error policy processing for multiple sink of DorisLoadNode #6307

Closed
2 tasks done
yunqingmoswu opened this issue Oct 27, 2022 · 0 comments · Fixed by #6308

Comments

@yunqingmoswu
Copy link
Contributor

Description

Add whether to ignore single-table error policy processing for multiple sink of DorisLoadNode.In multiple sink writing scenario, a table may have an error during the writing process. At this time, we can either ignore this error or throw this error to ensure data consistency, so i add the option 'sink.multiple.ignore-single-table-errors' to support this strategy choice.

InLong Component

InLong Sort

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment