Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
v1.6.0
-
None
-
None
Description
There're several places where ResultSet is not closed upon return from the methods.
e.g. in getHiveDbNames() :
ResultSet schemas = metaData.getSchemas();