jackyhu-db opened a new pull request, #3175: URL: https://github.com/apache/arrow-adbc/pull/3175
## Motivation Currently, the default `QueryTimeoutSeconds` is **60s** (set by `Hive2Server2Connection` [here](https://github.com/apache/arrow-adbc/blob/main/csharp/src/Drivers/Apache/Hive2/HiveServer2Connection.cs#L305)), which is too short as some customers may run some large and complex queries which takes long time. ## Change Change the `QueryTimeoutSeconds` in the `DatabricksConnection` to 3 hours if it is not configured by the connection parameter in the client ## Test - Existing E2E test - Test a long running query ( >. 2 mins) -- 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]
