birschick-bq opened a new pull request, #3423: URL: https://github.com/apache/arrow-adbc/pull/3423
Adds implementation of `AdbcStatement.Cancel` to the BigQuery driver. - Add wrapper `ExecuteCancellableJobAsync` to wrap calls with async cancellable steps. The context will allow the executing code to set the current job to cancel explicitly. - `BigQueryStatement.Cancel()` will call the `CancellationTokenSource.Cancel` to indicate a cancellation is requested. - A single token source is used for Statement/Reader/Stream so that cancelling the statement will cancel all the associated and generated objects. - The `RetryManager` has been updated to not catch `OperationCancellationException`. - Test added to confirm expected behavior. -- 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]
