Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Remote JDBC driver should support canceling running statements.
I believe we have the ingredients already. The client knows the statement id of a statement before it executes it. And when cancel is received in the client JDBC driver, it can send a (new) CancelStatement request on a separate RPC call. The server can then set the cancel flag, and from that point, the mechanism is the same as local cancel.
Attachments
Issue Links
- is related to
-
CALCITE-93 Calcite RPC server
- Closed
-
CALCITE-94 Remote JDBC driver
- Closed
- relates to
-
CALCITE-1301 Add cancel flag to AvaticaResultSet
- Closed