You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (Commented) (JIRA)" <ji...@apache.org> on 2011/10/29 00:24:33 UTC

[jira] [Commented] (HIVE-1592) ProxyFileSystem.close calls super.close twice.

    [ https://issues.apache.org/jira/browse/HIVE-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138860#comment-13138860 ] 

John Sichi commented on HIVE-1592:
----------------------------------

+1.  Will commit when tests pass.

                
> ProxyFileSystem.close calls super.close twice.
> ----------------------------------------------
>
>                 Key: HIVE-1592
>                 URL: https://issues.apache.org/jira/browse/HIVE-1592
>             Project: Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>    Affects Versions: 0.7.0, 0.8.0, 0.9.0
>            Reporter: John Sichi
>            Assignee: Ashutosh Chauhan
>            Priority: Minor
>         Attachments: hive-1592.patch
>
>
>   public void close() throws IOException {
>     super.close();
>     super.close();
>   }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira