CurtHagenlocher commented on code in PR #2664:
URL: https://github.com/apache/arrow-adbc/pull/2664#discussion_r2051042318
##########
csharp/src/Drivers/Databricks/DatabricksConnection.cs:
##########
@@ -89,6 +110,35 @@ protected override TOpenSessionReq CreateSessionRequest()
return req;
}
+ protected override void ValidateOptions()
+ {
+ base.ValidateOptions();
+
+ bool tempUnavailableRetryValue = true; // Default to enabled
+ // Parse retry configuration parameters
+
if(Properties.TryGetValue(DatabricksParameters.TemporarilyUnavailableRetry, out
string? tempUnavailableRetryStr))
+ {
Review Comment:
Thanks for mollifying the linter! This is still an open item.
--
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]