Hello,
Has anyone seen the following structure in protobuffer?
message KeyValue{
required string key=1;
optional string value=2;
optional KeyValue key_value=10;
}
this is a circular reference and how would you resolve this if you have
convert this to a flat structure of primitives for eg: to be converted to a
hive schema.
eg: keyvalue<key:string,value string, key_value:string>
Has anyone come across such a situation and any better way to do this?
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.