You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Bikramjeet Vig (JIRA)" <ji...@apache.org> on 2019/06/21 23:48:00 UTC

[jira] [Created] (IMPALA-8697) test_query_options fails on EC builds

Bikramjeet Vig created IMPALA-8697:
--------------------------------------

             Summary: test_query_options fails on EC builds
                 Key: IMPALA-8697
                 URL: https://issues.apache.org/jira/browse/IMPALA-8697
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 3.3.0
            Reporter: Bikramjeet Vig
            Assignee: Bikramjeet Vig


IMPALA-7290 made changes this test but the order expected in the test is different from the one which is actually encountered.
Expected:
{noformat}
Query Options (set by configuration and planner): MEM_LIMIT=8589934592,NUM_NODES=1,NUM_SCANNER_THREADS=1,RUNTIME_FILTER_MODE=0,MT_DOP=0,TIMEZONE=America/Los_Angeles,ALLOW_ERASURE_CODED_FILES=1,CLIENT_IDENTIFIER=query_test/test_observability.py::TestObservability::()::test_query_options
{noformat}

Actual:
{noformat}
Query Options (set by configuration and planner): MEM_LIMIT=8589934592,NUM_NODES=1,NUM_SCANNER_THREADS=1,RUNTIME_FILTER_MODE=0,MT_DOP=0,ALLOW_ERASURE_CODED_FILES=1,TIMEZONE=America/Los_Angeles,CLIENT_IDENTIFIER=query_test/test_observability.py::TestObservability::()::test_query_options
{noformat}

Notice the order of TIMEZONE and ALLOW_ERASURE_CODED_FILES query options is reversed.
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)