Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23527 )
Change subject: KUDU-1261 control the maximum number of elements in an array ...................................................................... KUDU-1261 control the maximum number of elements in an array This patch introduces a new --array_cell_max_elem_num runtime flag to control the maximum number of array elements that can be written into a Kudu table when ingesting data via RPC. Corresponding unit tests scenarios are added as well. Change-Id: I63c0f9bd09723c15b2666fe5f5e683f8c85cf3a7 Reviewed-on: http://gerrit.cloudera.org:8080/23527 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/common/array_cell_view.h M src/kudu/common/row_operations-test.cc M src/kudu/common/row_operations.cc 3 files changed, 193 insertions(+), 1 deletion(-) Approvals: Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/23527 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I63c0f9bd09723c15b2666fe5f5e683f8c85cf3a7 Gerrit-Change-Number: 23527 Gerrit-PatchSet: 2 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: Marton Greber <[email protected]>
