davidhcoe commented on code in PR #2312:
URL: https://github.com/apache/arrow-adbc/pull/2312#discussion_r1847151711


##########
csharp/src/Drivers/Apache/Spark/SparkParameters.cs:
##########
@@ -32,7 +32,7 @@ public static class SparkParameters
         public const string Type = "adbc.spark.type";
         public const string DataTypeConv = "adbc.spark.data_type_conv";
         public const string TLSOptions = "adbc.spark.tls_options";
-        public const string HttpRequestTimeoutMilliseconds = 
"adbc.spark.http_request_timeout_ms";
+        public const string ConnectTimeoutMilliseconds = 
"adbc.spark.connect_timeout_ms";

Review Comment:
   I don't see where this is used.



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