[
https://issues.apache.org/jira/browse/FLINK-21012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320090#comment-17320090
]
Jingsong Lee commented on FLINK-21012:
--------------------------------------
[~airblader] Can you create a pull request for release-1.12?
> 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)