You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/02 14:12:20 UTC

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

    [ https://issues.apache.org/jira/browse/FLINK-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404047#comment-15404047 ] 

ASF GitHub Bot commented on FLINK-3677:
---------------------------------------

Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2109#discussion_r73161791
  
    --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java ---
    @@ -995,8 +993,7 @@ public TimeCharacteristic getStreamTimeCharacteristic() {
     	public <OUT> DataStreamSource<OUT> readFile(FileInputFormat<OUT> inputFormat,
     												String filePath,
     												FileProcessingMode watchType,
    -												long interval,
    -												FilePathFilter filter) {
    +												long interval) {
    --- End diff --
    
    This is a breaking API change. `StreamExecutionEnvironment` is annotated`@Public`.


> 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
>
> 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)