[ https://issues.apache.org/jira/browse/FLINK-21012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Metzger updated FLINK-21012: ----------------------------------- Fix Version/s: (was: 1.12.3) 1.12.2 > AvroFileFormatFactory uses non-deserializable lambda function > ------------------------------------------------------------- > > Key: FLINK-21012 > URL: https://issues.apache.org/jira/browse/FLINK-21012 > Project: Flink > Issue Type: Bug > Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile) > Affects Versions: 1.12.0, 1.12.1 > Reporter: Ingo Bürk > Priority: Critical > Fix For: 1.13.0, 1.12.2 > > > In AvroFileFormatFactory#RowDataAvroWriterFactory a lambda function is used > to create the factory. This can causes > {code:java} > Caused by: java.lang.IllegalArgumentException: Invalid lambda > deserialization{code} > There's other similar issues like FLINK-20147, FLINK-18857 and FLINK-18006 > and the solution so far seems to have been to replace the lambda with an > anonymous class instead. -- This message was sent by Atlassian Jira (v8.3.4#803005)