Jean-Daniel Cryans has submitted this change and it was merged. Change subject: KUDU-1648 - [python] Expose Setting of Range Partitions ......................................................................
KUDU-1648 - [python] Expose Setting of Range Partitions Currently, the Python client does not allow developers to set range partitions. This patch adds that capability and includes updates to existing tests. Change-Id: Ib1e2c9a49196c6dd6644388d08014acd7593d4aa Reviewed-on: http://gerrit.cloudera.org:8080/4795 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans <[email protected]> --- M python/kudu/__init__.py M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_client.py M python/kudu/tests/util.py 5 files changed, 174 insertions(+), 11 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4795 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib1e2c9a49196c6dd6644388d08014acd7593d4aa Gerrit-PatchSet: 7 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]>
