Tim Armstrong created IMPALA-7589:
-------------------------------------
Summary: Allow setting default query options for custom cluster
tests
Key: IMPALA-7589
URL: https://issues.apache.org/jira/browse/IMPALA-7589
Project: IMPALA
Issue Type: Sub-task
Components: Infrastructure
Reporter: Tim Armstrong
Assignee: Tim Armstrong
The handling of default query options for erasure-coded files in custom cluster
tests is brittle and breaks if custom cluster tests set their own default query
options:
{noformat}
if os.environ.get("ERASURE_CODING") == "true":
cmd.append("--impalad_args=--default_query_options=allow_erasure_coded_files=true")
{format}
This was one of test failures that caused IMPALA-1760 to be reverted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)