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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)