Hello Kudu Jenkins, Abhishek Chennaka,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23002
to look at the new patch set (#10).
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
---
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, 928 insertions(+), 42 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/02/23002/10
--
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: newpatchset
Gerrit-Change-Id: I9aeff9a78039651bb727ca65af4e071a2c887270
Gerrit-Change-Number: 23002
Gerrit-PatchSet: 10
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)