[
https://issues.apache.org/jira/browse/CALCITE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14228620#comment-14228620
]
Sivaramakrishnan Narayanan commented on CALCITE-352:
----------------------------------------------------
Thanks for your comments. Will add tests and start a PR on github as suggested.
> Calling next() on closed AvaticaResultSet gives NPE
> ---------------------------------------------------
>
> Key: CALCITE-352
> URL: https://issues.apache.org/jira/browse/CALCITE-352
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Labels: newbie
> Attachments: CALCITE-352-1.patch
>
>
> If you call close() on an AvaticaResultSet then call next(), it gives a
> NullPointerException (due to the cursor field being null). It should give a
> SQLException (per the Javadoc of the ResultSet.next method).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)