Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18494
Change subject: KUDU-2671 implement decoding of RowOperationsPB in Java client ...................................................................... KUDU-2671 implement decoding of RowOperationsPB in Java client This patch implements decoding of range partitioning information out of RowOperationsPB. A few tests added as well to cover the new functionality. In the context of supporting custom hash schemas per range in the Kudu Java client, a few follow-up changelists need the newly introduced functionality. Change-Id: I4f69f89f6b9e47d79b83c2109d85a95288bec380 --- M java/kudu-client/src/main/java/org/apache/kudu/client/Operation.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestOperation.java 2 files changed, 374 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/18494/1 -- To view, visit http://gerrit.cloudera.org:8080/18494 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4f69f89f6b9e47d79b83c2109d85a95288bec380 Gerrit-Change-Number: 18494 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
