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

fix(backends): pass kwargs to _from_url() in every case #10003

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

nextchamp-saqib
Copy link
Contributor

The original kwargs are not passed to the backend._from_url() if scheme != "file"

@cpcloud
Copy link
Member

cpcloud commented Sep 3, 2024

Thanks for the PR!

Did you encounter a bug that motivated this PR? If so, can you add a test that reproduces the bug and is fixed by your change?

Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR needs a test!

@cpcloud cpcloud added bug Incorrect behavior inside of ibis backends Issues related to all backends labels Sep 5, 2024
@cpcloud
Copy link
Member

cpcloud commented Sep 5, 2024

I will add a test here so that we can get this in for 9.4.1, if it is in fact a bug.

@cpcloud cpcloud changed the title fix: original kwargs are not passed to the backend._from_url() fix(backends): pass kwargs to _from_url() in every case Sep 5, 2024
@cpcloud cpcloud merged commit 9ca92f0 into ibis-project:main Sep 5, 2024
82 checks passed
@cpcloud cpcloud added this to the 9.5 milestone Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backends Issues related to all backends bug Incorrect behavior inside of ibis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants