[
https://issues.apache.org/jira/browse/FLINK-21012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-21012.
--------------------------------
Resolution: Fixed
master (1.13): 7cb5d1c1977a0ac65e0954ea0abf49461a4c0e6c
1.12: 0073a4beb7ecc117dbd16960bfd3aa17e948dd79
> 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
> Assignee: Ingo Bürk
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.13.0, 1.12.3
>
>
> 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)