Michael Brown has posted comments on this change. Change subject: Impala-992: Rerun past queries from history in shell ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/7674/2/shell/impala_shell.py File shell/impala_shell.py: PS2, Line 1102: print_to_stderr("Command index out of range. Valid range: [1, {}]".format(history_length)) > long line Please use explicit indexing or kwarg-style format: "{}".format(str) is not Python 2.6-compatible. -- To view, visit http://gerrit.cloudera.org:8080/7674 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifc28e8ce07845343267224c3b9ccb71b29a524d2 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-HasComments: Yes
