-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
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. #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 #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.