Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
git.commit.id.abbrev=e92db23
The following sequence should throw a SQLException according to the JDBC specification. However drill's jdbc code does not throw an error
ResultSet rs = stmt.executeQuery("SELECT 1 FROM sys.version");
rs.close();
rs.getObject(1);
Attachments
Attachments
Issue Links
- is related to
-
DRILL-1735 JDBC driver's close() leaks resources in local mode
- Closed