Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11419 )
Change subject: Avoid python26-ism in get_query_locations() ...................................................................... Avoid python26-ism in get_query_locations() A recent change used a python27+ mechanism to create a dict with a list comprehension. This updates it to the python26-friendly way. Change-Id: Ie3457e6d97d2f6e55fc54040b4c6801343ffbb46 Reviewed-on: http://gerrit.cloudera.org:8080/11419 Reviewed-by: Bikramjeet Vig <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/common/impala_service.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Bikramjeet Vig: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11419 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie3457e6d97d2f6e55fc54040b4c6801343ffbb46 Gerrit-Change-Number: 11419 Gerrit-PatchSet: 2 Gerrit-Owner: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
