Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18771
Change subject: KUDU-2671 range-specific hash schema support in Python client ...................................................................... KUDU-2671 range-specific hash schema support in Python client With this patch, it's now possible to operate on ranges having custom hash schemas in Kudu Python client applications. In essence, the newly added API directly maps into the Kudu C++ client API. This patch also contains tests to cover the newly introduced functionality. Change-Id: I61426fadc45d70805cf99461d559f0152a79f4a0 --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_client.py 3 files changed, 260 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/18771/1 -- To view, visit http://gerrit.cloudera.org:8080/18771 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I61426fadc45d70805cf99461d559f0152a79f4a0 Gerrit-Change-Number: 18771 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
