You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (Jira)" <ji...@apache.org> on 2020/10/25 14:07:00 UTC

[jira] [Created] (FLINK-19799) Make FileSource extensible

Stephan Ewen created FLINK-19799:
------------------------------------

             Summary: Make FileSource extensible
                 Key: FLINK-19799
                 URL: https://issues.apache.org/jira/browse/FLINK-19799
             Project: Flink
          Issue Type: Improvement
          Components: Connectors / FileSystem
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.12.0


The File System Source currently assumes all formats can represent their work units as {{FileSourceSplit}}. If that is not the case, the formats cannot be implemented using the {{FileSource}}.

We need to support extending the splits to carry additional information in the splits, and to use that information when creating bulk readers and handling split state.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)