You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
Given the research from #10782, we need to pull out physical optimizer first before extracting catalog.
Describe the solution you'd like
Pull physical optimizer rules to datafusion-physical-optimizer.
There are some tests that have dependencies on datasource, which they are not possible to move out of core at this moment. We may need to leave those tests inside core for now.
Is your feature request related to a problem or challenge?
Given the research from #10782, we need to pull out physical optimizer first before extracting catalog.
Describe the solution you'd like
Pull physical optimizer rules to
datafusion-physical-optimizer
.There are some tests that have dependencies on
datasource
, which they are not possible to move out of core at this moment. We may need to leave those tests inside core for now.datafusion-physical-optimizer
crate #11507Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: