You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Matthew Jacobs (JIRA)" <ji...@apache.org> on 2017/04/12 17:21:41 UTC

[jira] [Created] (IMPALA-5201) Planner test failures: TpchNested, ConstantFolding, MtDopValidation

Matthew Jacobs created IMPALA-5201:
--------------------------------------

             Summary: Planner test failures: TpchNested, ConstantFolding, MtDopValidation
                 Key: IMPALA-5201
                 URL: https://issues.apache.org/jira/browse/IMPALA-5201
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 2.8.0
            Reporter: Matthew Jacobs
            Priority: Critical
         Attachments: planner-test-failure-detail.txt

In a recent jenkins run, the following FE tests failed. I don't see any other indications that anything else went wrong from the console output, but my guess is that tpch_nested_parquet didn't have stats for some reason.

{code}
23:31:10 testTpchNested(org.apache.impala.planner.PlannerTest)  Time elapsed: 1.905 sec  <<< FAILURE!
23:31:10 	at org.apache.impala.planner.PlannerTestBase.runPlannerTestFile(PlannerTestBase.java:741)
23:31:10 	at org.apache.impala.planner.PlannerTestBase.runPlannerTestFile(PlannerTestBase.java:750)
23:31:10 	at org.apache.impala.planner.PlannerTest.testTpchNested(PlannerTest.java:216)
23:31:10 testConstantFolding(org.apache.impala.planner.PlannerTest)  Time elapsed: 1.82 sec  <<< FAILURE!
23:31:10 	at org.apache.impala.planner.PlannerTestBase.runPlannerTestFile(PlannerTestBase.java:741)
23:31:10 	at org.apache.impala.planner.PlannerTestBase.runPlannerTestFile(PlannerTestBase.java:705)
23:31:10 	at org.apache.impala.planner.PlannerTest.testConstantFolding(PlannerTest.java:56)
23:31:10 testMtDopValidation(org.apache.impala.planner.PlannerTest)  Time elapsed: 0.213 sec  <<< FAILURE!
23:31:10 	at org.apache.impala.planner.PlannerTestBase.runPlannerTestFile(PlannerTestBase.java:741)
23:31:10 	at org.apache.impala.planner.PlannerTestBase.runPlannerTestFile(PlannerTestBase.java:705)
23:31:10 	at org.apache.impala.planner.PlannerTest.testMtDopValidation(PlannerTest.java:323)
{code}


Attached is the output from the failed tests, which smells like missing stats.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)