Ingo Bürk created FLINK-21012: --------------------------------- Summary: 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
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)