[
https://issues.apache.org/jira/browse/FLINK-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15611722#comment-15611722
]
ASF GitHub Bot commented on FLINK-4800:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/2618
> Introduce the TimestampedFileInputSplit for Continuous File Processing
> ----------------------------------------------------------------------
>
> Key: FLINK-4800
> URL: https://issues.apache.org/jira/browse/FLINK-4800
> Project: Flink
> Issue Type: Bug
> Components: Streaming Connectors
> Reporter: Kostas Kloudas
> Assignee: Kostas Kloudas
> Priority: Minor
>
> Introduce the TimestampedFileInputSplit which extends the class
> FileInputSplit and also contains:
> i) the modification time of the file the split belongs to and also, and
> ii) when checkpointing, the point the reader is currently reading from.
> The latter will be useful for rescaling. With this addition, the
> ContinuousFileMonitoringFunction sends TimestampedFileInputSplits
> to the Readers, and the Readers' state now contain only
> TimestampedFileInputSplits.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)