GitHub user sekruse opened a pull request: https://github.com/apache/flink/pull/762
[FLINK-1981] add support for GZIP files * register decompression algorithms with file extensions for extensibility * fit deflate decompression into this scheme * add support for GZIP files * test support for deflate and GZIP files with the CsvInputFormat You can merge this pull request into a Git repository by running: $ git pull https://github.com/sekruse/flink FLINK-1981 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/762.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #762 ---- commit 6acae7faa4e27837ce3c9272d4310ec6c46895ab Author: Sebastian Kruse <sebastian.kr...@hpi.de> Date: 2015-06-02T16:58:35Z [FLINK-1981] add support for GZIP files * register decompression algorithms with file extensions for extensibility * fit deflate decompression into this scheme * add support for GZIP files * test support for deflate and GZIP files with the CsvInputFormat ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---