Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19635
Change subject: IMPALA-11997: Switch encodestring to encodebytes in Python 3 ...................................................................... IMPALA-11997: Switch encodestring to encodebytes in Python 3 encodestring has been a deprecated alias to encodebytes since Python 3.1. It was removed in Python 3.9. However encodebytes was only added in Python 3.1, so we need to test and use the appropriate call for each version. Change-Id: If802eafa984a980d4442c4891876140ff9708096 --- M shell/impala_client.py 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/35/19635/1 -- To view, visit http://gerrit.cloudera.org:8080/19635 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If802eafa984a980d4442c4891876140ff9708096 Gerrit-Change-Number: 19635 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
