Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1638 - [python] Add Alter Table Support ......................................................................
KUDU-1638 - [python] Add Alter Table Support The Python client currently doesn't support the ability to alter table. This patch adds this capability and includes tests. Change-Id: If72c76e1ea7c80452b401c55b19df4fbac7dd2d7 Reviewed-on: http://gerrit.cloudera.org:8080/4823 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M python/kudu/client.pxd M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/schema.pyx M python/kudu/tests/test_client.py M python/kudu/tests/test_schema.py 6 files changed, 393 insertions(+), 42 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4823 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: If72c76e1ea7c80452b401c55b19df4fbac7dd2d7 Gerrit-PatchSet: 9 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]>
