Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/19727 Reviewed-by: Riza Suminto <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/collect_minidumps.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Riza Suminto: Looks good to me, but someone else must approve Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: I155725d8edac9222064c88912b19f0591c690afe Gerrit-Change-Number: 19727 Gerrit-PatchSet: 3 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]>
