GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/orc/pull/218
[ORC-301] `extractFileTail` should open a file in `try` statement
This PR moves the file open position to prevent opened file leakage more
robustly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/orc ORC-301
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/218.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 #218
----
commit 28c4a2f1f58b2037602366052e3411068ee23762
Author: Dongjoon Hyun <dongjoon@...>
Date: 2018-02-14T23:07:24Z
[ORC-301] `extractFileTail` should open a file in `try` statement
----
---