Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/10547
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. No changes to getFormattedRangePartitions were made because that method is Impala specific. 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/Partition.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduTable.java 3 files changed, 111 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/10547/1 -- 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: newchange Gerrit-Change-Id: I612b93fbebc6f2f1c449bb3c7f2e561f1485a720 Gerrit-Change-Number: 10547 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
