[
https://issues.apache.org/jira/browse/FLINK-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244562#comment-15244562
]
Saikat Maitra commented on FLINK-3773:
--------------------------------------
Hello,
I have raised a PR for this change.
https://github.com/apache/flink/pull/1902
Also please add me to Apache flink - jira as contributor so that I can assign
ticket to myself.
My jira id is samaitra
Regards
Saikat
> Scanners are left unclosed in SqlExplainTest
> --------------------------------------------
>
> Key: FLINK-3773
> URL: https://issues.apache.org/jira/browse/FLINK-3773
> Project: Flink
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
>
> e.g.
> {code}
> String source = new Scanner(new File(testFilePath +
> "../../src/test/scala/resources/testFilter0.out"))
> {code}
> Scanner implements AutoCloseable.
> Using try-with-resources would be a good pattern for closing the Scanners.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)