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

[jira] [Created] (FLINK-19800) Make FileSourceSplit / FileSourceSplitState interaction extensible.

Stephan Ewen created FLINK-19800:
------------------------------------

             Summary: Make FileSourceSplit / FileSourceSplitState interaction extensible.
                 Key: FLINK-19800
                 URL: https://issues.apache.org/jira/browse/FLINK-19800
             Project: Flink
          Issue Type: Sub-task
          Components: Connectors / FileSystem
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.12.0


We should add a method {{FileSourceSplit.updateWithCheckpointedPosition(CheckpointedPosition)}} that creates a new {{FileSourceSplit}} of the same type with an updated position.

Subclasses can override that method. The {{FileSourceSplitState}} uses that method to create the splits that are stored in the checkpoint.




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