Re: [protobuf] Re: Strings and Arenas

2018-06-07 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Jun 7, 2018 at 8:01 AM aram wrote: > I am working on the same problem in my project (arena-allocated strings), > and came across this topic. It is 2.5 years old now, so I wonder if > arena-allocated strings or StringPiece class is going to be included in > official protobuf releases any t

[protobuf] Error in UDF using google protobuf

2018-06-07 Thread Arghya Basu
I am getting the following error when executing UDF function. Please help to resolve the issue. ts=2018-06-07T19:37:37.864Z lvl=info msg="UDF log" service=udf text="2018-06-07 19:37:37,864 INFO:root: Starting Agent" ts=2018-06-07T19:37:37.864Z lvl=info msg="UDF log" service=udf text="Traceback

Re: [protobuf] Where is Protocol Buffers wire level specification?

2018-06-07 Thread Markus Schaber
Hi, Jon, Am Donnerstag, 7. Juni 2018 15:05:17 UTC+2 schrieb Jon Skeet: > > On Thursday, 7 June 2018 10:59:34 UTC+1, Markus Schaber wrote: >> >> This text is missing some interesting aspects, e. G. what happens when >> the field number needs more than 5 bits (I cannot imagine it's limited to >> 3

[protobuf] Re: Strings and Arenas

2018-06-07 Thread aram
I am working on the same problem in my project (arena-allocated strings), and came across this topic. It is 2.5 years old now, so I wonder if arena-allocated strings or StringPiece class is going to be included in official protobuf releases any time soon? -- You received this message because y

Re: [protobuf] Where is Protocol Buffers wire level specification?

2018-06-07 Thread Jon Skeet
On Thursday, 7 June 2018 10:59:34 UTC+1, Markus Schaber wrote: > > This text is missing some interesting aspects, e. G. what happens when the > field number needs more than 5 bits (I cannot imagine it's limited to 31 > fields per message). > No, that's already described: > Each key in the strea

Re: [protobuf] Where is Protocol Buffers wire level specification?

2018-06-07 Thread Markus Schaber
Hi, I'm also on the search for a "full" spec. Am Dienstag, 9. Januar 2018 18:24:19 UTC+1 schrieb Josh Humphries: > > This describes the basic encoding of protobuf messages into bytes: > https://developers.google.com/protocol-buffers/docs/encoding > This text is missing some interesting aspects,