jayzhan211 opened a new issue, #11502: URL: https://github.com/apache/datafusion/issues/11502
### Is your feature request related to a problem or challenge? Given the research from #11207, 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. - [ ] OutputRequirements - [ ] AggregateStatistics - [ ] JoinSelection - [ ] LimitedDistinctAggregation - [ ] EnforceDistribution - [ ] CombinePartialFinalAggregate - [ ] EnforceSorting - [ ] OptimizeAggregateOrder - [ ] ProjectionPushdown - [ ] CoalesceBatches - [ ] OutputRequirements - [ ] TopKAggregation - [ ] SanityCheckPlan ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
