-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Move optimize_subquery_sort
into optimizer as a new rule EliminateSort
#15435
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
Comments
optimize_subquery_sort
into optimizer EliminateSort
optimize_subquery_sort
into optimizer as a new rule EliminateSort
take |
Using
|
You shouldn't call the optimizer in sql, after the plan is built, we will call optimizer to rewrite the plan. |
got it |
Originally posted by @jayzhan211 in #15300 (comment)
The text was updated successfully, but these errors were encountered: