alamb opened a new issue, #14072: URL: https://github.com/apache/datafusion/issues/14072
### Is your feature request related to a problem or challenge? - Part of https://github.com/apache/datafusion/issues/11502 - Related to https://github.com/apache/datafusion/issues/13814 Historically DataFusion was one (very) large crate `datafusion`, and as it grew bigger we extracted various functionality into separate crates. This leads to both faster compile times (as the crates can be compiled in parallel) as well easier to navigate code (as the crates force a cleaner dependency separation) One project we have not yet completed is to extract the physical optimizer passes out https://github.com/apache/datafusion/issues/11502 * The original physical optimizers are here https://github.com/apache/datafusion/tree/main/datafusion/core/src/physical_optimizer * The new crate is here https://github.com/apache/datafusion/tree/main/datafusion/physical-optimizer ### Describe the solution you'd like Extract the `SanityChecker` from the datafusion core crate to the datafusion-physical-optimizer crate ### Describe alternatives you've considered Move https://github.com/apache/datafusion/blob/main/datafusion/core/src/physical_optimizer/sanity_checker.rs to https://github.com/apache/datafusion/tree/main/datafusion/physical-optimizer/src/sanity_checker.rs ### 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org