forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
8902ca6
commit 3946ce5
Showing
3 changed files
with
259 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters