[ https://issues.apache.org/jira/browse/FLINK-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438697#comment-15438697 ]
Stephan Ewen commented on FLINK-3677: ------------------------------------- I agree with Aljoscha. I am against adding that new method the {{StreamExecutionEnvironment}}. Next to {{DataStream}} that is the most sensitive part in terms of API maintenance and very susceptible to API clutter. New methods should have reasonable orthogonal functionality on top existing methods. We also spent a lot of time getting rid of Guava wherever possible, so I am quite against adding this again. Adding a 5MB library simply to write {{Lists.newArrayList(a, b)}} instead of {{Arrays.asList(a, b)}} seems like not a good idea. > FileInputFormat: Allow to specify include/exclude file name patterns > -------------------------------------------------------------------- > > Key: FLINK-3677 > URL: https://issues.apache.org/jira/browse/FLINK-3677 > Project: Flink > Issue Type: Improvement > Components: Core > Affects Versions: 1.0.0 > Reporter: Maximilian Michels > Assignee: Ivan Mushketyk > Priority: Minor > Labels: starter > Fix For: 1.2.0 > > > It would be nice to be able to specify a regular expression to filter files. -- This message was sent by Atlassian JIRA (v6.3.4#6332)