Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23449 )
Change subject: KUDU-1261 'kudu perf loadgen' supports array columns ...................................................................... KUDU-1261 'kudu perf loadgen' supports array columns This changelist adds support for array type column into the 'kudu perf loadgen' tool. To make the tool creating and populating array type columns (INT64 and STRING columns) in auto-created tables, set the newly added flag --enable_array_columns to 'true'. As for populating already existing tables with data, the tool always populates array type columns if they are present in already existing table specified by the --table_name flag. Change-Id: Ic87d73eff0864c1ac1cbd530635b3d0ff18bdaab Reviewed-on: http://gerrit.cloudera.org:8080/23449 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_perf.cc 2 files changed, 159 insertions(+), 7 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23449 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic87d73eff0864c1ac1cbd530635b3d0ff18bdaab Gerrit-Change-Number: 23449 Gerrit-PatchSet: 7 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]>
