Tamas Mate has uploaded a new patch set (#2). ( 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, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/27/19727/2 -- 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: newpatchset Gerrit-Change-Id: I155725d8edac9222064c88912b19f0591c690afe Gerrit-Change-Number: 19727 Gerrit-PatchSet: 2 Gerrit-Owner: Tamas Mate <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]>
