Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Add cancel flag to AvaticaResultSet. The flag was added to CalciteResultSet as part of CALCITE-1227, but would be useful in the Avatica base class.
It is currently of type CancelFlag but maybe it should become AtomicBoolean.
To complete implementation of java.sql.Statement#cancel we would need a Cancel command; that is out of scope of this case, and would be covered by CALCITE-520.
Attachments
Issue Links
- is depended upon by
-
CALCITE-1354 Release Avatica 1.9.0
- Closed
- is related to
-
CALCITE-520 Support cancel in remote JDBC driver
- Open
-
CALCITE-30 Implement Statement.cancel method
- Closed
- is superceded by
-
CALCITE-1361 Remove entry from AvaticaConnection.flagMap when session closed
- Closed