Jean-Daniel Cryans has submitted this change and it was merged. Change subject: [python] - Expand KuduError capabilities ......................................................................
[python] - Expand KuduError capabilities The Python client currently doesn't support the full error reporting capabilities of the KuduError class. This patch exposes most of them and includes tests. Change-Id: I4947a663ae09ec2fc9580876521252670d081aa1 Reviewed-on: http://gerrit.cloudera.org:8080/4885 Reviewed-by: Jean-Daniel Cryans <[email protected]> Tested-by: Kudu Jenkins --- M python/kudu/client.pyx M python/kudu/tests/test_client.py 2 files changed, 48 insertions(+), 1 deletion(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4885 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4947a663ae09ec2fc9580876521252670d081aa1 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
