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] [Nereids Planne] when close panner fallback , sql error: maximum children of an expression tree 10000 #48349

Open
3 tasks done
Toms1999 opened this issue Feb 26, 2025 · 1 comment

Comments

@Toms1999
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Version

doris version : 2.1.8

What's Wrong?

sql error: maximum children of an expression tree 10000
and i alter expr_children_limit = 200000
sql error: maximum children of an expression tree 200000

set enable_fallback_to_original_planner = true ;

solve the problem

What You Expected?

show result

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@924060929
Copy link
Contributor

increase expr_children_limit to 1000000 and try.
if still wrong, I suggest you shrink and optimize your sql

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

2 participants