birschick-bq opened a new pull request, #3422:
URL: https://github.com/apache/arrow-adbc/pull/3422

   Adds implementation of `AdbcStatement.Cancel` to the BigQuery driver.
   - Registers when a cancellable action is taking place.
     - Creates a CancellationTokenSource and passes the Token to the executing 
function in a context.
   - BigQueryStatement.Cancel() will call the CancellationTokenSource.Cancel to 
indicate a cancelation is requested.
   - The `RetryManager` has been updated to not catch 
`OperationCancellationException`.
   - Test added to confirm expected behaviour.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to