You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/09/24 18:53:55 UTC

[Impala-ASF-CR] WIP Remove surrounding quotes from exec options before parsing them

Lars Volker has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/11501 )

Change subject: WIP Remove surrounding quotes from exec_options before parsing them
......................................................................

WIP Remove surrounding quotes from exec_options before parsing them

Some callers wrap quote exec_options in quotes (e.g callers of
run_workload.py). Before splitting the options we have to remove the
quotes.

TODO: Testing

Change-Id: Ib177b266e99eb898222e9622283be4a1f54b2496
---
M tests/performance/query_executor.py
1 file changed, 9 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/01/11501/2
-- 
To view, visit http://gerrit.cloudera.org:8080/11501
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib177b266e99eb898222e9622283be4a1f54b2496
Gerrit-Change-Number: 11501
Gerrit-PatchSet: 2
Gerrit-Owner: Lars Volker <lv...@cloudera.com>