-
Notifications
You must be signed in to change notification settings - Fork 836
fix: join binder stack overflow #10555
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
fix: join binder stack overflow #10555
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
Need tests to cover the overflow case. |
|
I don't think this is a good solution to the issue since it will still fail with a right-deep tree. It's better to introduce a flattened format of join node if you are sticking with this approach. Maybe you can try to reduce the size of the future to make it possible to recurse more times. Just as #6480 did, which won't introduce any logical modification. |
e38759d to
8fa4f3d
Compare
|
Seems stackoverflow at another position when running under cluster |
|
Let's move to a new issue to track cluster stackoverflow: #10585 |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Summary about this PR
Closes #10523