Re: [protobuf] Re: Getting IOException while deserializing a proto which contains a repeated JKL and JKL has a string type set ( works for repeated JKL and JKL has the same with int type set )

2018-12-14 Thread Shibha Malik
I found the bug In my code. U are right the code to compress / decompress is right and there was no issue with protobuf. The bug was somewhere else , so for the audience no such like issue exists . Thanks for responding Marc . On Thu, Dec 13, 2018 at 11:47 PM Marc Gravell wrote: > there's

Re: [protobuf] Re: Getting IOException while deserializing a proto which contains a repeated JKL and JKL has a string type set ( works for repeated JKL and JKL has the same with int type set )

2018-12-13 Thread Marc Gravell
there's nothing wrong with those message definitions; you haven't told us which platform and/or library you're using, but: my hunch would be that you're transporting the data incorrectly in some way, meaning: corrupting it in *your* code - or the code you're using to compress/decompress is

[protobuf] Re: Getting IOException while deserializing a proto which contains a repeated JKL and JKL has a string type set ( works for repeated JKL and JKL has the same with int type set )

2018-12-13 Thread Shibha Malik
On Thursday, December 13, 2018 at 10:32:52 AM UTC-8, Shibha Malik wrote: > > Hi Team, > > i am getting IOException while deserializing a proto which contains a > repeated Data and Data has a string type set ( works for repeated Data and > Data has the same with int type set ) > > I have a