Will Berkeley has submitted this change and it was merged. Change subject: [python] - Expose Hash Partition with Seed Method Signature ......................................................................
[python] - Expose Hash Partition with Seed Method Signature The Kudu Python client currently doesn't expose the hash partition with seed capability. This patch adds this functionality and includes an update to an existing test. Change-Id: I33a7f411c5a92583e85e445634c2e119f5ddee73 Reviewed-on: http://gerrit.cloudera.org:8080/4882 Tested-by: Kudu Jenkins Reviewed-by: Will Berkeley <[email protected]> --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_client.py 3 files changed, 25 insertions(+), 6 deletions(-) Approvals: Will Berkeley: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4882 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I33a7f411c5a92583e85e445634c2e119f5ddee73 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
