birschick-bq opened a new pull request, #2312:
URL: https://github.com/apache/arrow-adbc/pull/2312

   Adds options for command and query timeout
   
   | Property               | Description | Default |
   | :---                   | :---        | :---    |
   | `adbc.spark.connect_timeout_ms` | Sets the timeout (in milliseconds) to 
open a new session. | `30000` |
   | `adbc.statement.query_timeout_s` | Sets the maximum time (in seconds) for 
a query to complete. | `60` |
   
   The options are added but are not implemented.


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