Alexey Serbin has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/18771 Reviewed-by: Attila Bukor <[email protected]> Tested-by: Kudu Jenkins --- 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(-) Approvals: Attila Bukor: Looks good to me, approved Kudu Jenkins: Verified -- 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: merged Gerrit-Change-Id: I61426fadc45d70805cf99461d559f0152a79f4a0 Gerrit-Change-Number: 18771 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]>
