[
https://issues.apache.org/jira/browse/DRILL-7836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17259142#comment-17259142
]
ASF GitHub Bot commented on DRILL-7836:
---------------------------------------
cgivre opened a new pull request #2136:
URL: https://github.com/apache/drill/pull/2136
# [DRILL-7836](https://issues.apache.org/jira/browse/DRILL-7836): Format
Plugins Hang with Compressed Files
## Description
The new method `openDecompressedInputStream()` did not close the temp
InputStream which caused format plugins to hang. Testing the method by itself
did not reveal this, but it became apparent when this method was used in an
actual format plugin.
## Documentation
No user facing changes.
## Testing
Tested with two format plugins in development.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Format Plugins Hang with Compressed Files
> -----------------------------------------
>
> Key: DRILL-7836
> URL: https://issues.apache.org/jira/browse/DRILL-7836
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.18.0
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Major
> Fix For: 1.19.0
>
>
> The new method `openDecompressedInputStream()` did not close the temp
> InputStream which caused format plugins to hang. Testing the method by
> itself did not reveal this, but it became apparent when this method was used
> in an actual format plugin.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)