apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
384 stars 97 forks source link

feat(csharp/src/Drivers/Apache/Spark): add request_timeout_ms option to allow longer HTTP request length #2218

Closed birschick-bq closed 1 month ago

birschick-bq commented 1 month ago

Adds a new connection option to allow longer HTTP request length

Property Description Default
adbc.spark.http_request_timeout_ms Sets the timeout (in milliseconds) when making requests to the Spark server (type: http). Set the value higher than the default if you notice errors due to network timeouts. 30000
birschick-bq commented 1 month ago

Need to add unit tests for the range of values.