Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23445 )
Change subject: KUDU-1261 update C++ client example with array column ...................................................................... KUDU-1261 update C++ client example with array column Updated the Kudu C++ client application in examples/cpp/example.cc, adding ARRAY<INT64> column into the test table and populating it with data along with other already existing columns. Also, added an example of using KuduArrayCellView to access an array cell's data. Change-Id: I0769b2ff2ddb3b6d551091ae498e9ddeb00bd881 Reviewed-on: http://gerrit.cloudera.org:8080/23445 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M examples/cpp/example.cc 1 file changed, 55 insertions(+), 4 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23445 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0769b2ff2ddb3b6d551091ae498e9ddeb00bd881 Gerrit-Change-Number: 23445 Gerrit-PatchSet: 8 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Xuebin Su <[email protected]>
