msrathore-db commented on code in PR #3589:
URL: https://github.com/apache/arrow-adbc/pull/3589#discussion_r2444780935


##########
csharp/src/Drivers/Databricks/DatabricksConnection.cs:
##########
@@ -84,6 +84,9 @@ internal class DatabricksConnection : SparkHttpConnection
         // Identity federation client ID for token exchange
         private string? _identityFederationClientId;
 
+        // Async execution poll interval configuration
+        private int _asyncExecPollIntervalMs = 
DatabricksConstants.DefaultAsyncExecPollIntervalMs;

Review Comment:
   Updated the readme for this param. Verified the behaviour locally. This 
parameter is already user configurable but the default value was 500ms. Changed 
it to 100 ms for parity with simba ODBC.



-- 
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]

Reply via email to