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

Python Snowflake Driver has incorrect documentation of adbc.rpc.result_queue_size #2328

Open
aschreiber1 opened this issue Nov 14, 2024 · 1 comment
Labels
Type: bug Something isn't working

Comments

@aschreiber1
Copy link

What happened?

Python Snowflake Driver has incorrect documentation of adbc.rpc.result_queue_size that it says that it defaults to 5. In the code there are really 10 workers each with a queue size of 200. Both of the facts should be mentioned correctly in the documentation as well as a quick example of how to set it (which also took some time to figure out).

Stack Trace

No response

How can we reproduce the bug?

No response

Environment/Setup

No response

@aschreiber1 aschreiber1 added the Type: bug Something isn't working label Nov 14, 2024
@zeroshade
Copy link
Member

The defaults were updated with #2325 and should get pulled in for the next release.

I agree that we should add an example to the docs since statement-specific options aren't as easy to figure out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants