Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(csharp/src/Drivers/Apache): add connect and query timeout options - unimplemented #2312

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

birschick-bq
Copy link
Contributor

@birschick-bq birschick-bq commented Nov 8, 2024

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. Values can be -1 (infinite) or greater than zero. 30000
adbc.statement.query_timeout_s Sets the maximum time (in seconds) for a query to complete. Values can be -1 (infinite) or greater than zero. 60

The options are added but are not implemented.

@github-actions github-actions bot added this to the ADBC Libraries 16 milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants