You can refer to the query tests in basic_tests.rs from this PR as a template. To get started, simply create a new file called basic_explain_tests.rs and replicate the test structure—just prepend EXPLAIN to the query. A preliminary check suggests that the EXPLAIN output is returning query results instead of execution plans (logical, physical, distributed plans, and stages). This may be a bug in either the code or the test configuration.
You can refer to the query tests in
basic_tests.rsfrom this PR as a template. To get started, simply create a new file calledbasic_explain_tests.rsand replicate the test structure—just prependEXPLAINto the query. A preliminary check suggests that the EXPLAIN output is returning query results instead of execution plans (logical, physical, distributed plans, and stages). This may be a bug in either the code or the test configuration.