Ted Yu created KYLIN-2138: ----------------------------- Summary: Unclosed ResultSet in BeelineHiveClient Key: KYLIN-2138 URL: https://issues.apache.org/jira/browse/KYLIN-2138 Project: Kylin Issue Type: Bug Reporter: Ted Yu Priority: Minor
There're several places where ResultSet is not closed upon return from the methods. e.g. in getHiveDbNames() : {code} ResultSet schemas = metaData.getSchemas(); {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)