Hello Mike Percy, Dan Burkert, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10547
to look at the new patch set (#4).
Change subject: [Java] Add private API to get a table range partitions
......................................................................
[Java] Add private API to get a table range partitions
Adds a private API to KuduTable to get the range
partitions. This is similar to getFormattedRangePartitions
but a bit more generic because it returns Partiton and
PartialRow objects instead of a specially formatted string.
Change-Id: I612b93fbebc6f2f1c449bb3c7f2e561f1485a720
---
M java/kudu-client/src/main/java/org/apache/kudu/client/KuduTable.java
M java/kudu-client/src/main/java/org/apache/kudu/client/LocatedTablet.java
M java/kudu-client/src/main/java/org/apache/kudu/client/Partition.java
M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduTable.java
4 files changed, 113 insertions(+), 5 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/10547/4
--
To view, visit http://gerrit.cloudera.org:8080/10547
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I612b93fbebc6f2f1c449bb3c7f2e561f1485a720
Gerrit-Change-Number: 10547
Gerrit-PatchSet: 4
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>