Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
CALCITE-30 Implement Statement.cancel method
- Closed