Hello Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23563
to look at the new patch set (#6).
Change subject: KUDU-1261 [Java] Add PartialRow.getArrayData()
......................................................................
KUDU-1261 [Java] Add PartialRow.getArrayData()
Adds getArrayData(int) and getArrayData(String) to PartialRow to retrieve
the logical contents of an array column as a boxed Java array. Mirrors
RowResult#getArrayData() behavior for consistency across read/write APIs.
Updated the existing test cases in TestPartialRow to test this
functionality.
Change-Id: I55e7ecfc6876c8aba5f15232d570617ad008f772
---
M java/kudu-client/src/main/java/org/apache/kudu/client/PartialRow.java
M java/kudu-client/src/test/java/org/apache/kudu/client/TestPartialRow.java
2 files changed, 90 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/23563/6
--
To view, visit http://gerrit.cloudera.org:8080/23563
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I55e7ecfc6876c8aba5f15232d570617ad008f772
Gerrit-Change-Number: 23563
Gerrit-PatchSet: 6
Gerrit-Owner: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)