Hello Jean-Daniel Cryans, Matthew Jacobs,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/4934
to review the following change.
Change subject: Add KuduTable.getFormattedRangePartitions method
......................................................................
Add KuduTable.getFormattedRangePartitions method
This adds an Impala-specific, unstable API to the KuduTable class for
retrieving the list of the range partitions in a table. The partitions
are formatted according to the proposed Impala DDL syntax for creating
tables.
Change-Id: Ia9b263d2444314d46533191918833840e75b7ba7
---
M java/kudu-client/src/main/java/org/apache/kudu/client/KeyEncoder.java
M java/kudu-client/src/main/java/org/apache/kudu/client/KuduTable.java
M java/kudu-client/src/main/java/org/apache/kudu/client/PartialRow.java
M java/kudu-client/src/main/java/org/apache/kudu/client/Partition.java
M java/kudu-client/src/main/java/org/apache/kudu/client/RowResult.java
A java/kudu-client/src/main/java/org/apache/kudu/util/StringUtil.java
M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduTable.java
A java/kudu-client/src/test/java/org/apache/kudu/util/TestStringUtil.java
8 files changed, 627 insertions(+), 51 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/4934/1
--
To view, visit http://gerrit.cloudera.org:8080/4934
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9b263d2444314d46533191918833840e75b7ba7
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Matthew Jacobs <[email protected]>