Todd Lipcon has submitted this change and it was merged. Change subject: [python] - Add Table id method ......................................................................
[python] - Add Table id method This patch adds the id method to the Table class so that the id of a table can be retrieved. This patch includes an updated test. Change-Id: I8a33ad50ed7d5a2738bab1726b07b075ac60f0c7 Reviewed-on: http://gerrit.cloudera.org:8080/4889 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_client.py 3 files changed, 9 insertions(+), 2 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4889 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8a33ad50ed7d5a2738bab1726b07b075ac60f0c7 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
