You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (Jira)" <ji...@apache.org> on 2020/11/22 16:20:00 UTC

[jira] [Created] (FLINK-20276) Transparent DeCompression of streams missing on new File Source

Stephan Ewen created FLINK-20276:
------------------------------------

             Summary: Transparent DeCompression of streams missing on new File Source
                 Key: FLINK-20276
                 URL: https://issues.apache.org/jira/browse/FLINK-20276
             Project: Flink
          Issue Type: Bug
          Components: Connectors / FileSystem
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.12.0


The existing {{FileInputFormat}} applies decompression (gzip, xy, ...) automatically on the file input stream, based on the file extension.

We need to add similar functionality for the {{StreamRecordFormat}} of the new FileSource to be on par with this functionality.

This can be easily applied in the {{StreamFormatAdapter}} when opening the file stream.



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