[
https://issues.apache.org/jira/browse/BEAM-4334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16494392#comment-16494392
]
Kenneth Knowles commented on BEAM-4334:
---------------------------------------
[[email protected]] is this something you would be interested in working on?
I will also find someone in Beam who can help to find someone.
> The Stream created in LocalFileSystem#matchOne should be closed
> ---------------------------------------------------------------
>
> Key: BEAM-4334
> URL: https://issues.apache.org/jira/browse/BEAM-4334
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Ted Yu
> Assignee: Kenneth Knowles
> Priority: Minor
>
> {code}
> Iterable<File> matchedFiles =
> StreamSupport.stream(files.spliterator(), false)
> .filter(
> {code}
> After result is populated, matchedFiles should be closed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)