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.

Reply via email to