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 (JIRA)" <ji...@apache.org> on 2010/08/25 00:55:18 UTC

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

ProxyFileSystem.close calls super.close twice.
----------------------------------------------

                 Key: HIVE-1592
                 URL: https://issues.apache.org/jira/browse/HIVE-1592
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Testing Infrastructure
    Affects Versions: 0.7.0
            Reporter: John Sichi
            Assignee: Joydeep Sen Sarma
            Priority: Minor
             Fix For: 0.7.0


  public void close() throws IOException {
    super.close();
    super.close();
  }


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.