Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
ghx-label-10
Description
If PlannerTest fail, error message will show hint of which test case fail by printing the section and line number like this:
Error Message Section PLAN of query at line 239:
This can be improved by also printing the path to .test file that is failed like this:
Error Message Section PLAN of query at functional-planner/queries/PlannerTest/runtime-filter-cardinality-reduction.test:239:
PlannerTest should also skip printing VERBOSE plan if PlannerTestOption.EXTENDED_EXPLAIN is specified, since EXTENDED level already contains sufficient details including tuples, sizes, and cardinality.