CurtHagenlocher commented on PR #3422:
URL: https://github.com/apache/arrow-adbc/pull/3422#issuecomment-3293148862

   > Checking to see if the semantics should be that once a statement is 
cancelled - it stays cancelled? Or should the Cancel only apply when an 
execution is active?
   
   While this may not all be spelled out explicitly, the intent for a statement 
is clearly that a single statement should only be used to execute one query at 
a time and that a single statement may be used to execute multiple different 
queries consecutively. From this perspective, cancellation should only affect 
the currently-executing query. Cancelling the current query should not prevent 
the statement from being used to execute a new query.
   
   > Additionally. The docs for Cancel says any streams should also be 
cancelled. Should I try to implement that behavior, as well?
   
   Ideally, yes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to