Jim Apple has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/5641

Change subject: IMPALA-4742: Change "{}".format() to "{0}".format() for Py 2.6
......................................................................

IMPALA-4742: Change "{}".format() to "{0}".format() for Py 2.6

>From the Python docs:

"Changed in version 2.7: The positional argument specifiers can be
omitted, so '{} {}' is equivalent to '{0} {1}'."

http://gerrit.cloudera.org:8080/5401 used the newer form,
"{}".format(). This change uses the older backwards-compatible
compatible form.

Change-Id: If78b9b4061ca191932ac5b0b14e0ee8951a9d4e8
---
M tests/run-tests.py
1 file changed, 1 insertion(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If78b9b4061ca191932ac5b0b14e0ee8951a9d4e8
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Jim Apple <[email protected]>

Reply via email to