Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/23220
Change subject: WIP KUDU-1261 adding rudimentary SetXxx client-side API
......................................................................
WIP KUDU-1261 adding rudimentary SetXxx client-side API
This patch adds methods into the Kudu client C++ API to set
an array of INT32 values. End-to-end writing/reading works
when the data is stored in MRS at the server side.
This also adds a few test scenarios into client-test.cc
WIP:
* clarify on the signature of the methods
* add the setters for the rest of scalar types
* make the test working for reading/scanning the data persisted
in the FS
DONT_BUILD
Change-Id: I3028b5bebc5341303fef02be656acb47b8523890
---
M src/kudu/cfile/bshuf_block.h
M src/kudu/client/client-test.cc
M src/kudu/common/partial_row.cc
M src/kudu/common/partial_row.h
4 files changed, 290 insertions(+), 24 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/23220/1
--
To view, visit http://gerrit.cloudera.org:8080/23220
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3028b5bebc5341303fef02be656acb47b8523890
Gerrit-Change-Number: 23220
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>