SemyonSinchenko opened a new issue, #707: URL: https://github.com/apache/incubator-graphar/issues/707
### 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
