birschick-bq opened a new pull request, #3302: URL: https://github.com/apache/arrow-adbc/pull/3302
Add support for `AdbcStatement.Cancel`. - If an operation is in progress, a `CancelOperation` will be sent using the current operation handle. - In a `CancellationTokenSource` exists, it will be set to Cancel. - If no operation handle or cancellation source is available, then `Cancel` is a no-op Once the query result is created and returned, it is up to consumer of the QueryResult to close the Stream. -- 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