-
Notifications
You must be signed in to change notification settings - Fork 609
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
remove the unnecessary exchange
before blackhole
sink
#7377
Comments
Good catch! Furthermore, we can even remove the |
I guess the problem is because the sink's parallelism is different from the source's. As a result, the scheduler has to inject a shuffle to redistribute the data. |
After #7621 this can be solved because the distribution can be |
It seems done(?) and a new problem appears: #7353 (comment) |
after #8532
|
It's worth noting that #8099 has accidentally removed the |
Then let's close this, and work #8577 out later |
nexmark q1 #7353
If using
sink
instead ofmaterialized view
,the plan is:
while Flink:
The text was updated successfully, but these errors were encountered: