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-818(4/many): Add partition key range scan options
Exposing partition range options for scanners is necessary for clients who want to chop up a table into seperate scan ranges by locality (i.e. MapReduce and Impala). This commit adds these options in a very raw way that we will not want to support going forward, but is the most expedient way forward at this point. These APIs are marked for internal use only. Eventually we will provide a higher-level abstraction over locality-preserving scan ranges, with built-in splitting for enabling applications that need scans with finer-granularity. Change-Id: I80cecb4870840d1f74b65cabe66936af2dfc15b5 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/8056 Tested-by: jenkins Reviewed-by: Todd Lipcon <[email protected]>
- Loading branch information
1 parent
50f157d
commit e4e79ce
Showing
16 changed files
with
428 additions
and
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,6 @@ www/tracing.* | |
python/kudu/*.so | ||
python/kudu/*.cpp | ||
*.py[ocd] | ||
|
||
# JavaDoc | ||
apidocs/ |
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
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
Oops, something went wrong.