Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1653 - [python] Python 3 Failing to Deserialize Token ......................................................................
KUDU-1653 - [python] Python 3 Failing to Deserialize Token Python 3 is failing to deserialize tokens because it is forcing it to decode in UTF-8. The serialized tokens should be left as byte strings to avoid this issue. This patch is tested by existing tests. Change-Id: I1969d67fa75db28626e0d4e130f1d68a5fd3b1d5 Reviewed-on: http://gerrit.cloudera.org:8080/4542 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M python/kudu/client.pyx 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4542 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1969d67fa75db28626e0d4e130f1d68a5fd3b1d5 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
