Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-520

Support cancel in remote JDBC driver

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • avatica
    • 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

          Activity

            People

              Unassigned Unassigned
              julianhyde Julian Hyde
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: