Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9694 )
Change subject: IMPALA-6690: Fix pip_download.py on python 2.6 ...................................................................... IMPALA-6690: Fix pip_download.py on python 2.6 IMPALA-6682 used set literal syntax in pip_download.py, which is introduced in python 2.7. This patch changes it to set constructor. It's tested on python 2.6.9. Change-Id: I82b4116ee056f605c8aadf39a8b92b78313cb8bf Reviewed-on: http://gerrit.cloudera.org:8080/9694 Reviewed-by: Lars Volker <[email protected]> Tested-by: Impala Public Jenkins --- M infra/python/deps/pip_download.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Lars Volker: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9694 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I82b4116ee056f605c8aadf39a8b92b78313cb8bf Gerrit-Change-Number: 9694 Gerrit-PatchSet: 2 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]>
