-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.0-incubating
-
Component/s: None
-
Labels:None
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.
- relates to
-
CALCITE-30 Implement Statement.cancel method
-
- Closed
-