[
https://issues.apache.org/jira/browse/FLINK-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15329623#comment-15329623
]
ASF GitHub Bot commented on FLINK-4024:
---------------------------------------
GitHub user kl0u opened a pull request:
https://github.com/apache/flink/pull/2100
[FLINK-4024] FileSourceFunction not adjusted to new IF lifecycle
Refactors the FileSourceFunction to respect the lifecycle of a
RichInputFormat.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kl0u/flink FLINK-4024
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2100.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2100
----
commit 987b3851704a5a20da08bd92e676d1c2c529c532
Author: kl0u <[email protected]>
Date: 2016-06-13T09:55:56Z
[FLINK-4024] FileSourceFunction not adjusted to new IF lifecycle
Refactors the FileSourceFunction to respect the
lifecycle of a RichInputFormat.
----
> FileSourceFunction not adjusted to new IF lifecycle
> ---------------------------------------------------
>
> Key: FLINK-4024
> URL: https://issues.apache.org/jira/browse/FLINK-4024
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Affects Versions: 1.1.0
> Reporter: Chesnay Schepler
> Assignee: Kostas Kloudas
> Priority: Critical
> Fix For: 1.1.0
>
>
> The InputFormat lifecycle was extended in
> ac2137cfa5e63bd4f53a4b7669dc591ab210093f, adding additional
> open-/closeInputFormat() methods.
> The streaming FileSourceFunction was not adjusted for this change, and thus
> will fail for every InputFormat that leverages these new methods.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)