You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2015/03/11 07:34:38 UTC

[jira] [Updated] (CALCITE-612) Update AvaticaStatement to handle cancelled queries

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

Julian Hyde updated CALCITE-612:
--------------------------------
    Summary: Update AvaticaStatement to handle cancelled queries  (was: Avatica framework throws NPE if ResultSet.getNext is called after the query is canceled)

> Update AvaticaStatement to handle cancelled queries
> ---------------------------------------------------
>
>                 Key: CALCITE-612
>                 URL: https://issues.apache.org/jira/browse/CALCITE-612
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Parth Chandra
>            Assignee: Julian Hyde
>            Priority: Minor
>         Attachments: CALCITE-612.2.patch.diff, CALCITE-612.patch.diff
>
>
> Once the application cancels a query, the cursor corresponding to the result set is set back to null and any attempt to get the results results in a NPE.
> AvaticaStatement:internalExecute and AvaticaResultSet:next  should check the state of the cursor and return false.



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