yangxk1 commented on issue #707:
URL: 
https://github.com/apache/incubator-graphar/issues/707#issuecomment-3138475312

   Hi @SemyonSinchenko ,
   
   I've been thinking more about these enums, and I think they represent 
`type.id`, they only carry the basic type identifier without nesting 
information. The nested structure is represented in the `children` field. (e.g. 
`Type{id=DataType::LIST, children=Type{id=DataType::BOOL, children=NULL}}` 
representes `List<Bool>`). 
   I'm curious what is the intended purpose of using protobuf here? Is to 
standardize how different language bindings parse type information from the 
`YAML` schema?


-- 
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]

Reply via email to