[
https://issues.apache.org/jira/browse/IMPALA-8697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bikramjeet Vig resolved IMPALA-8697.
------------------------------------
Resolution: Fixed
Fix Version/s: Impala 3.3.0
> test_query_options fails on EC(Erasure coding turned on) 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
> Priority: Critical
> Labels: broken-build
> Fix For: Impala 3.3.0
>
>
> 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)