Re: Flink 1.12 cannot handle large schema

2020-10-02 Thread Lian Jiang
Appreciate Arvid for the jira and the workaround. I will monitor the jira status and retry when the fix is available. I can help test the fix when it is in a private branch. Thanks. Regards! On Fri, Oct 2, 2020 at 3:57 AM Arvid Heise wrote: > Hi Lian, > > Thank you for reporting. It looks like

Re: Flink 1.12 cannot handle large schema

2020-10-02 Thread Arvid Heise
Hi Lian, Thank you for reporting. It looks like a bug to me and I created a ticket [1]. You have two options: wait for the fix or implement the fix yourself (copy AvroSerializerSnapshot and use another way to write/read the schema), then subclass AvroSerializer to use your snapshot. Of course,