Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23002 )
Change subject: KUDU-1261 introduce 1D arrays into ColumnSchema ...................................................................... KUDU-1261 introduce 1D arrays into ColumnSchema This changelist introduces support for one-dimensional arrays into ColumnSchema, ColumnSchemaBuilder, and ColumnSchemaBuilderFromPB() utility function. The newly introduced functionality comes with basic test coverage. Change-Id: I9aeff9a78039651bb727ca65af4e071a2c887270 Reviewed-on: http://gerrit.cloudera.org:8080/23002 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/client/client-unittest.cc M src/kudu/client/schema-internal.h M src/kudu/client/schema.cc M src/kudu/client/schema.h M src/kudu/common/row.h M src/kudu/common/row_operations.cc M src/kudu/common/row_operations.h M src/kudu/common/row_operations.proto M src/kudu/common/schema-test.cc M src/kudu/common/schema.h M src/kudu/common/wire_protocol-test.cc M src/kudu/common/wire_protocol.cc M src/kudu/integration-tests/alter_table-test.cc M src/kudu/master/catalog_manager.cc M src/kudu/master/master-test.cc 15 files changed, 939 insertions(+), 42 deletions(-) Approvals: Alexey Serbin: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/23002 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9aeff9a78039651bb727ca65af4e071a2c887270 Gerrit-Change-Number: 23002 Gerrit-PatchSet: 13 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
