alamb opened a new pull request, #11830: URL: https://github.com/apache/datafusion/pull/11830
## Which issue does this PR close? Follow up https://github.com/apache/datafusion/pull/11798 Part of https://github.com/apache/datafusion/issues/11502 ## Rationale for this change @Weijun-H and I are working to prepare to move all the physical optimizer rules into a new crate, so ensuring the existing code has a good pattern to follow is important ## What changes are included in this PR? 1. Leave a comment with a pointer to the new test 2. Move the tests for aggregate_statistics into a new module (so as we port the other passes, they will go into their own modules too) ## Are these changes tested? Yes, by CI The optimizer tests can now be run like ```shell cargo test --test core_integration -- optimizer ``` ## Are there any user-facing changes? No -- 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]
