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

[Bug]: When flink specifies sink parallelism, does it have to specify the primary key? #149

Open
1 of 2 tasks
qiunanx opened this issue Jul 30, 2024 · 0 comments
Open
1 of 2 tasks

Comments

@qiunanx
Copy link

qiunanx commented Jul 30, 2024

What happened?

Flink specifies sink parallelism, and SQL verification reports errors.

configured sink parallelism is: 8, while the input parallelism is: -1. Since configured parallelism is different from input parallelism and the changelog mode contains [INSERT,UPDATE_AFTER,DELETE], which is not INSERT_ONLY mode, primary key is required but no primary key is found!

Affects Versions

1.18

What are you seeing the problem on?

No response

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant