[
https://issues.apache.org/jira/browse/FLINK-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14660981#comment-14660981
]
ASF GitHub Bot commented on FLINK-2314:
---------------------------------------
Github user chiwanpark commented on the pull request:
https://github.com/apache/flink/pull/997#issuecomment-128539152
Thanks for your contribution. This is a comment for your pull request.
Flink uses tab character as indent but your test code
(FileSourceFunctionTest) uses spaces instead of tab. Please change spaces to
tabs.
You should test with `mvn verify` command before sending pull request.
> Make Streaming File Sources Persistent
> --------------------------------------
>
> Key: FLINK-2314
> URL: https://issues.apache.org/jira/browse/FLINK-2314
> Project: Flink
> Issue Type: Improvement
> Components: Streaming
> Affects Versions: 0.9
> Reporter: Stephan Ewen
> Assignee: Sheetal Parade
> Labels: easyfix, starter
>
> Streaming File sources should participate in the checkpointing. They should
> track the bytes they read from the file and checkpoint it.
> One can look at the sequence generating source function for an example of a
> checkpointed source.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)