birschick-bq commented on code in PR #2218:
URL: https://github.com/apache/arrow-adbc/pull/2218#discussion_r1794168941
##########
csharp/test/Drivers/Apache/ApacheTestConfiguration.cs:
##########
@@ -51,5 +51,8 @@ public class ApacheTestConfiguration : TestConfiguration
[JsonPropertyName("polltime_milliseconds"), JsonIgnore(Condition =
JsonIgnoreCondition.WhenWritingDefault)]
public string PollTimeMilliseconds { get; set; } = string.Empty;
+ [JsonPropertyName("request_timeout_ms"), JsonIgnore(Condition =
JsonIgnoreCondition.WhenWritingDefault)]
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]