GitHub user toyboxman opened a pull request:
https://github.com/apache/incubator-griffin/pull/329
fix potential stream resource loss
After 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 m4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/329.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 #329
----
commit 0ae54a3b5df8ab020c488ae188e60a83f194e550
Author: Eugene <toyboxman0001@...>
Date: 2018-06-28T06:51:37Z
fix potential stream resource loss
After BufferedReader is used, it should be closed explicitly
----
---