Riza Suminto has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/22488


Change subject: IMPALA-13752: Remove option value quoting in 
__restore_query_options
......................................................................

IMPALA-13752: Remove option value quoting in __restore_query_options

Second run of test_parquet_late_materialization with codegen enabled
failed because ENABLED_RUNTIME_FILTER_TYPES option failed to restored
back to its default value, "BLOOM,MINMAX".

The root cause is the new collect_default_query_options() function in
impala_connection.py, added by IMPALA-13694. It will automatically wrap
list values in double quote. As consequece,
ImpalaTestSuite.__restore_query_options() does not need to wrap option
value with another single quote.

Testing:
Run the test with this command:
impala-py.test --exploration=exhaustive \
  -k test_parquet_late_materialization \
  query_test/test_parquet_late_materialization.py

Change-Id: I004ca021f64ffcc0c3d4cb2bb4aa550012b1be20
---
M tests/common/impala_test_suite.py
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/88/22488/1
--
To view, visit http://gerrit.cloudera.org:8080/22488
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I004ca021f64ffcc0c3d4cb2bb4aa550012b1be20
Gerrit-Change-Number: 22488
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <[email protected]>

Reply via email to