birschick-bq commented on code in PR #2218:
URL: https://github.com/apache/arrow-adbc/pull/2218#discussion_r1794168732
##########
csharp/src/Drivers/Apache/Hive2/HiveServer2Connection.cs:
##########
@@ -75,6 +75,8 @@ internal async Task OpenAsync()
protected internal HiveServer2TlsOption TlsOptions { get; set; } =
HiveServer2TlsOption.Empty;
+ protected internal int RequestTimeout { get; set; } = 30000;
Review Comment:
Updated properties and options to indicate its use with the HTTP type
connection.
##########
csharp/src/Drivers/Apache/Spark/SparkParameters.cs:
##########
@@ -32,6 +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 RequestTimeoutMilliseconds =
"adbc.spark.request_timeout_ms";
Review Comment:
Updated properties and options to indicate its use with the HTTP type
connection.
--
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]