-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Remove dependency on physical-optimizer on functions-aggregates #14243
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
We are trying to make sure |
I've an idea. You're moving all tests to core/physical_optimizer with #14244. So, as of now, if we are writing tests core/physical_optimizer for physical optimizers, then datafusion/physical_optimizer/test_utils.rs can also be moved to core/physical_optimizer, and that will remove this dep. WDYT? If it sounds good, let's put all others (join_selection, limit-pushdown and more if there are) and test_utils into that PR. |
I can do that BTW if you are okay, and then work on https://github.com/apache/datafusion/pull/14235/files, and finally delete the core/physical_optimizer. |
Yes I think that sounds like a great idea. It would solve this issue too ❤ THANK YOU |
However when I just used the stub a few tests started failing on me
Originally posted by @alamb in #14190 (comment)
The text was updated successfully, but these errors were encountered: