Re: Failed to deserialize Avro record

2020-06-09 Thread Ramana Uppala
> > deserialized and check debug the AvroRowDeserializationSchema with it. > > > > Best, > > > > Dawid > > > > On 06/06/2020 16:27, Ramana Uppala wrote: > > > We are using AvroRowDeserializationSchema with Kafka Table source to > > deserialize

Re: Failed to deserialize Avro record

2020-06-09 Thread Dawid Wysakowicz
you correctly some records can be >>> deserialized. If they were produced with the schema registry type of >>> serialization all would fail. >>> >>> What I can recommend is to try to log/identify a record that cannot be >>> deserialized and check debug the Avro

Re: Failed to deserialize Avro record

2020-06-09 Thread Arvid Heise
; On 06/06/2020 16:27, Ramana Uppala wrote: > > We are using AvroRowDeserializationSchema with Kafka Table source to > deserialize the messages. Application failed with "Failed to deserialize > Avro record." for different messages it seems. > > > > Caused by:

Re: Failed to deserialize Avro record

2020-06-09 Thread Dawid Wysakowicz
ssages. Application failed with "Failed to deserialize Avro > record." for different messages it seems. > > Caused by: org.apache.avro.AvroRuntimeException: Malformed data. Length is > negative: -26 > > Caused by: java.lang.A

Failed to deserialize Avro record

2020-06-06 Thread Ramana Uppala
We are using AvroRowDeserializationSchema with Kafka Table source to deserialize the messages. Application failed with "Failed to deserialize Avro record." for different messages it seems. Caused by: org.apache.avro.AvroRuntimeException: Malformed data. Length is negative: -