[
https://issues.apache.org/jira/browse/HIVE-7176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Navis updated HIVE-7176:
------------------------
Description:
NO PRECOMMIT TESTS
In beeline.Commands, around line 834:
{code}
props.load(new FileInputStream(parts[i]));
{code}
The FileInputStream is not closed upon return from the method.
was:
In beeline.Commands, around line 834:
{code}
props.load(new FileInputStream(parts[i]));
{code}
The FileInputStream is not closed upon return from the method.
> FileInputStream is not closed in Commands#properties()
> ------------------------------------------------------
>
> Key: HIVE-7176
> URL: https://issues.apache.org/jira/browse/HIVE-7176
> Project: Hive
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
> Attachments: HIVE-7176.1.patch.txt
>
>
> NO PRECOMMIT TESTS
> In beeline.Commands, around line 834:
> {code}
> props.load(new FileInputStream(parts[i]));
> {code}
> The FileInputStream is not closed upon return from the method.
--
This message was sent by Atlassian JIRA
(v6.2#6252)