davidhcoe commented on issue #4231: URL: https://github.com/apache/arrow-adbc/issues/4231#issuecomment-4272271228
We did something [similar](https://github.com/adbc-drivers/bigquery/blob/5b43e697f2f2eda1cf51027aeb6d0e812cb82eb6/csharp/src/RetryManager.cs#L80) in the BigQuery driver a while back. At the time we were very C# focused and returned a Task to execute from [UpdateToken](https://github.com/adbc-drivers/bigquery/blob/5b43e697f2f2eda1cf51027aeb6d0e812cb82eb6/csharp/src/BigQueryConnection.cs#L174) but I like the idea of having the definition in the spec for all drivers to participate. -- 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]
