Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-1574

Unclosed ResultSet in QueryService#getMetadata()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • v1.3.0, v1.5.0
    • v1.3.1, v1.5.2
    • None
    • None

    Description

                  ResultSet JDBCTableMeta = metaData.getTables(null, null, null, null);
      

      There is code in finally block to close columnMeta but the ResultSet is left unclosed.

      Attachments

        1. KYLIN-1574.v1.patch
          1 kB
          Ted Yu

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: