jeremytang-db commented on code in PR #3191: URL: https://github.com/apache/arrow-adbc/pull/3191#discussion_r2261675048
########## csharp/src/Drivers/Databricks/DatabricksConnection.cs: ########## @@ -757,6 +806,16 @@ protected override void Dispose(bool disposing) if (disposing) { _authHttpClient?.Dispose(); + _databricksActivityListener?.Dispose(); + + try + { + _telemetryHelper?.ForceFlushAsync().Wait(TimeSpan.FromSeconds(2)); Review Comment: yes updated -- 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