[
https://issues.apache.org/jira/browse/KUDU-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965475#comment-17965475
]
ASF subversion and git services commented on KUDU-1261:
-------------------------------------------------------
Commit 174666ede250788e0d00bf84bcc1ad44674f2e35 in kudu's branch
refs/heads/master from Alexey Serbin
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=174666ede ]
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]>
> Support nested data types
> -------------------------
>
> Key: KUDU-1261
> URL: https://issues.apache.org/jira/browse/KUDU-1261
> Project: Kudu
> Issue Type: New Feature
> Reporter: Jean-Daniel Cryans
> Priority: Major
> Labels: limitations, roadmap-candidate
>
> AKA complex data types.
> This is a common ask. I'm creating this jira so that we can at least start
> tracking how people want to use it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)