Tamas Mate has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19727
Change subject: IMPALA-11974: Fix xrange call in collect_minidumps.py ...................................................................... IMPALA-11974: Fix xrange call in collect_minidumps.py Python3 deprecates xrange operator, this commit replaces it with the new range operator similar to earlier replacements in IMPALA-11974. Testing: - Tested that Python3 parses this file successfully Change-Id: I155725d8edac9222064c88912b19f0591c690afe --- M bin/collect_minidumps.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/27/19727/1 -- To view, visit http://gerrit.cloudera.org:8080/19727 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I155725d8edac9222064c88912b19f0591c690afe Gerrit-Change-Number: 19727 Gerrit-PatchSet: 1 Gerrit-Owner: Tamas Mate <[email protected]>
