Abhishek Chennaka has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23482
Change subject: KUDU-1261 [Java] Add write support for Array Type ...................................................................... KUDU-1261 [Java] Add write support for Array Type Added ArrayCellView to expose efficient typed getters and semantic helpers. Extended PartialRow with addArray* APIs for all supported array types, with both column-index and column-name overloads along with some basic testing. Followup patches to include Decimal Type support. Change-Id: Icbe5e243eafe12a8977d40204dacab99624451eb --- M java/kudu-client/src/main/java/org/apache/kudu/Type.java A java/kudu-client/src/main/java/org/apache/kudu/client/ArrayCellView.java 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 4 files changed, 919 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/23482/1 -- To view, visit http://gerrit.cloudera.org:8080/23482 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icbe5e243eafe12a8977d40204dacab99624451eb Gerrit-Change-Number: 23482 Gerrit-PatchSet: 1 Gerrit-Owner: Abhishek Chennaka <[email protected]>
