Jordan Birdsell has uploaded a new change for review. http://gerrit.cloudera.org:8080/4823
Change subject: [WIP]KUDU-1638 - [python] Add Alter Table Support ...................................................................... [WIP]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 --- M python/kudu/client.pxd M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/schema.pyx 4 files changed, 328 insertions(+), 35 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/23/4823/1 -- To view, visit http://gerrit.cloudera.org:8080/4823 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If72c76e1ea7c80452b401c55b19df4fbac7dd2d7 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <jordantbirds...@gmail.com>