You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "João Boto (Jira)" <ji...@apache.org> on 2020/03/05 17:22:00 UTC

[jira] [Created] (FLINK-16447) Non serializable field on CompressWriterFactory

João Boto created FLINK-16447:
---------------------------------

             Summary: Non serializable field on CompressWriterFactory
                 Key: FLINK-16447
                 URL: https://issues.apache.org/jira/browse/FLINK-16447
             Project: Flink
          Issue Type: Bug
          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
    Affects Versions: 1.10.0
            Reporter: João Boto


CompressWriterFactory has a CompressionCodec that is not serializable..

this make that StreamingFileSink fails to with non serializable field.

 

extending codec and implementing serializable solves the problem, but its odd



--
This message was sent by Atlassian Jira
(v8.3.4#803005)