You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2015/04/07 07:21:12 UTC

[jira] [Resolved] (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 ]

Parth Chandra resolved DRILL-2320.
----------------------------------
    Resolution: Fixed

Resolved by DRILL-1378 and 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)