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

Correct order of parameters for Cursor's init #301

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

shek1608
Copy link
Contributor

Fix for issue #300

Order of parameters passed has ssl_client_cert followed by proxies
https://github.com/druid-io/pydruid/blob/master/pydruid/db/api.py#L176-L177

@gianm
Copy link
Member

gianm commented Dec 1, 2023

In case someone outside pydruid code is using the Cursor constructor, how about changing the call site at https://github.com/druid-io/pydruid/blob/master/pydruid/db/api.py#L169-L177 instead of the __init__ method? Seems safer.

@betodealmeida betodealmeida merged commit bf64cf2 into druid-io:master Apr 29, 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.

3 participants