David Knupp has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15514
Change subject: IMPALA-3343: Part 3 - Fix py2->3 changes re: libs, built-ins, imports ...................................................................... IMPALA-3343: Part 3 - Fix py2->3 changes re: libs, built-ins, imports A few built-ins were changed in python 3 -- e.g., xrange became range, ConfigParser became configparser, etc. We can redefine some of those things in a single place, and import them from there as needed. Other items may also be added as we go along. Change-Id: Ibd3d86df524666a98cbfa463756adac48bd1f8a3 --- M infra/python/deps/compiled-requirements.txt A shell/compatibility.py M shell/impala_client.py M shell/impala_shell.py M shell/make_shell_tarball.sh M shell/option_parser.py M shell/packaging/make_python_package.sh M shell/shell_output.py 8 files changed, 62 insertions(+), 14 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/14/15514/1 -- To view, visit http://gerrit.cloudera.org:8080/15514 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ibd3d86df524666a98cbfa463756adac48bd1f8a3 Gerrit-Change-Number: 15514 Gerrit-PatchSet: 1 Gerrit-Owner: David Knupp <[email protected]>
