[
https://issues.apache.org/jira/browse/FLINK-20276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237035#comment-17237035
]
Stephan Ewen commented on FLINK-20276:
--------------------------------------
[~gyfora] This sounds like a nice one to integrate. But let's make this a
separate effort - this ticket here was only trying to get the status quo fixed
on the new file source api, so that there is no regression.
> 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
> Priority: Critical
> 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)