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)