Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22925 )
Change subject: KUDU-1261 introduce nested types for ColumnSchemaPB ...................................................................... KUDU-1261 introduce nested types for ColumnSchemaPB This changelist introduces changes in the common protobuf structures to allow for columns of nested data types in Kudu tables. At the time of writing, we are planning to support only one-dimensional arrays of scalar types as a first phase, but it's possible to extend the newly introduced protobuf messages to support structures, maps, and type nesting as necessary: I added TODOs in the comments. Follow-up patches will start using the auto-generated bindings, but this changelist is focused on introducing protobuf-related changes only. Change-Id: Icf5f32c4291e7906ffb68070bee0d5369fab36fd Reviewed-on: http://gerrit.cloudera.org:8080/22925 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/common/common.proto 1 file changed, 32 insertions(+), 0 deletions(-) Approvals: Alexey Serbin: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/22925 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Icf5f32c4291e7906ffb68070bee0d5369fab36fd Gerrit-Change-Number: 22925 Gerrit-PatchSet: 5 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
