You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2015/05/04 23:53:06 UTC

[jira] [Closed] (DRILL-2320) ResultSet.next() after ResultSet.close() throws NullPointerException (not SQLException)

     [ https://issues.apache.org/jira/browse/DRILL-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krystal closed DRILL-2320.
--------------------------

This bug is fixed by DRILL-2565.

> ResultSet.next() after ResultSet.close() throws NullPointerException (not SQLException)
> ---------------------------------------------------------------------------------------
>
>                 Key: DRILL-2320
>                 URL: https://issues.apache.org/jira/browse/DRILL-2320
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - JDBC
>            Reporter: Daniel Barclay (Drill)
>            Assignee: Parth Chandra
>             Fix For: 0.9.0
>
>
> After close() is called on a ResultSet, calling next() on that ResultSet throws a NullPointerException (rather than properly throwing a SQLException).
> (This pattern seems likely to apply to many siblings of next() (e.g., getXxx(...) methods) also.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)