GitHub user toyboxman opened a pull request:
https://github.com/apache/incubator-griffin/pull/326
fix potential stream resource loss
when BufferedReader is used, it should be closed explicitly
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/toyboxman/incubator-griffin pr/bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/326.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 #326
----
commit f19a5ec8347dc1b4048fc920a5f91c0b4348dad8
Author: Eugene <toyboxman0001@...>
Date: 2018-06-28T06:51:37Z
fix potential stream resource loss
when BufferedReader is used, it should be closed explicitly
----
---