Arnaud Linz created FLINK-6289: ---------------------------------- Summary: ExecutionEnvironment.readTextFile() can read gzip files & directories but not both Key: FLINK-6289 URL: https://issues.apache.org/jira/browse/FLINK-6289 Project: Flink Issue Type: Bug Affects Versions: 1.1.3 Reporter: Arnaud Linz Priority: Minor
When calling `ExecutionEnvironment.readTextFile()` passing a ".gz" file as input, it deflates the file correctly. If I pass a directory as input, it reads the files contained in the directory. But If I pass a directory containing ".gz" files as input, it does not deflate the files and treat them as ASCII files. -- This message was sent by Atlassian JIRA (v6.3.15#6346)