Skip to content

feat(format): format does not specify an element type for list #707

@SemyonSinchenko

Description

@SemyonSinchenko

Describe the enhancement requested

While LIST itself is specified in format spec (protobuf), the element type does not specified anyhow and serialization the protobuf will result in just "list". But in C++ implementation it is list<element_type>, for example, list<float>.

Component(s)

Format

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions