Taras Bobrovytsky has posted comments on this change.

Change subject: IMPALA-3336: qgen: do not randomly generate query options 
(workaround)
......................................................................


Patch Set 2:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/3712/2/tests/comparison/discrepancy_searcher.py
File tests/comparison/discrepancy_searcher.py:

Line 337:       #if cursor.db_type == IMPALA:
How about declaring a variable at the top called something 
ENABLE_SETTING_QUERY_OPTIONS = false

Then we won't have to comment out code here, just change to:
if ENABLE_SETTING_QUERY_OPTIONS and cursor.db_type == IMPALA


-- 
To view, visit http://gerrit.cloudera.org:8080/3712
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If9c10e98f3be19739e223e89ffd79880e4c31de2
Gerrit-PatchSet: 2
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Michael Brown <[email protected]>
Gerrit-Reviewer: David Knupp <[email protected]>
Gerrit-Reviewer: Michael Brown <[email protected]>
Gerrit-Reviewer: Taras Bobrovytsky <[email protected]>
Gerrit-HasComments: Yes

Reply via email to