alamb opened a new issue #1377: URL: https://github.com/apache/arrow-datafusion/issues/1377
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We have had performance regressions in the TPCH plans due to plan changes (e.g. https://github.com/apache/arrow-datafusion/issues/1367) In order to avoid this situation in the future, we would like to have the explain plans committed as tests (so we can evaluate any changes to those plans as part of normal PR review) **Describe the solution you'd like** Add tests that `EXPLAIN ...` the TPCQ queries, following the model of the test added by @viirya in https://github.com/apache/arrow-datafusion/pull/1368 Ideally this would be in the `tpch` crate, as suggested in @Dandandan https://github.com/apache/arrow-datafusion/pull/1368/files#r757892477 **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. -- 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]
