Michael Smith has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/19635 Reviewed-by: Abhishek Rawat <[email protected]> Tested-by: Michael Smith <[email protected]> --- M shell/impala_client.py 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Abhishek Rawat: Looks good to me, approved Michael Smith: Verified -- 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: merged Gerrit-Change-Id: If802eafa984a980d4442c4891876140ff9708096 Gerrit-Change-Number: 19635 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
