toddmeng-db commented on code in PR #2762: URL: https://github.com/apache/arrow-adbc/pull/2762#discussion_r2070892776
########## csharp/src/Drivers/Databricks/Auth/OAuthClientCredentialsProvider.cs: ########## @@ -168,8 +168,14 @@ private TokenInfo ParseTokenResponse(string content) }; } Review Comment: prefer async method since httpClient uses `async sendAsync` -- 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