Riza Suminto created IMPALA-13512:
-------------------------------------

             Summary: Print .test file name if PlannerTest fail
                 Key: IMPALA-13512
                 URL: https://issues.apache.org/jira/browse/IMPALA-13512
             Project: IMPALA
          Issue Type: Improvement
          Components: Test
            Reporter: Riza Suminto
            Assignee: Riza Suminto


If PlannerTest fail, error message will show hint of which test case fail by 
printing the section and line number like this:
{code:java}
Error Message
Section PLAN of query at line 239: {code}
This can be improved by also printing the path to .test file that is failed 
like this:
{code:java}
Error Message
Section PLAN of query at 
functional-planner/queries/PlannerTest/runtime-filter-cardinality-reduction.test:239:
 {code}

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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to