Re: Avro from avrohugger still invalid

2020-07-11 Thread Georg Heiler
Hi, Many thanks for the PR! However, I have tried to build an updated version of Flink and still run into issues. https://issues.apache.org/jira/browse/FLINK-18478 I have documented in a GIST (see the last comment) how to replicate it. Best, Georg Am Fr., 3. Juli 2020 um 12:00 Uhr schrieb Aljos

Re: Avro from avrohugger still invalid

2020-07-03 Thread Aljoscha Krettek
Hi, I don't think there's a workaround, except copying the code and manually fixing it. Did you check out my comment on the Jira issue and the new one I created? Best, Aljoscha On 03.07.20 07:19, Georg Heiler wrote: But would it be possible to somehow use AvroSerializer for now? Best, Geor

Re: Avro from avrohugger still invalid

2020-07-02 Thread Georg Heiler
But would it be possible to somehow use AvroSerializer for now? Best, Georg Am Do., 2. Juli 2020 um 23:44 Uhr schrieb Georg Heiler < georg.kf.hei...@gmail.com>: > What is the suggested workaround for now? > > > Thanks! > > Aljoscha Krettek schrieb am Do. 2. Juli 2020 um > 20:55: > >> Hi Georg,

Re: Avro from avrohugger still invalid

2020-07-02 Thread Georg Heiler
What is the suggested workaround for now? Thanks! Aljoscha Krettek schrieb am Do. 2. Juli 2020 um 20:55: > Hi Georg, > > unfortunately, it seems I only fixed the issue for AvroSerializer and > not for AvroDeserializationSchema. I created a new issue (which is a > clone of the old one) to track

Re: Avro from avrohugger still invalid

2020-07-02 Thread Aljoscha Krettek
Hi Georg, unfortunately, it seems I only fixed the issue for AvroSerializer and not for AvroDeserializationSchema. I created a new issue (which is a clone of the old one) to track this [1]. The fix should be very simple since it's the same issue. Best, Aljoscha [1] https://issues.apache.org

Re: Avro from avrohugger still invalid

2020-07-01 Thread Till Rohrmann
Hi Georg, I'm pulling in Aljoscha who might know more about the problem you are describing. Cheers, Till On Mon, Jun 29, 2020 at 10:21 PM Georg Heiler wrote: > Older versions of flink were incompatible with the Scala specific record > classes generated from AvroHugger. > > https://issues.apach