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.
[python] - Expose additional scanner methods
This patch exposes a few remaining scanner methods from the C++ client. - set_cache_blocks - keep_alive - close - get_current_server Additionally, this patch fixes an issue with inappropriate deallocation of replicas (this is handled by deallocating the ScanToken). This patch includes tests. Change-Id: Ifa6070a96a5daca796d463ffc3ffcbe5f0a5e08a Reviewed-on: http://gerrit.cloudera.org:8080/4888 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans <[email protected]>
- Loading branch information
1 parent
c25aea4
commit 13ffec6
Showing
4 changed files
with
113 additions
and
19 deletions.
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
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