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

Handle recent versions of Ibis #5204

Merged
merged 1 commit into from
Feb 7, 2022
Merged

Handle recent versions of Ibis #5204

merged 1 commit into from
Feb 7, 2022

Conversation

philippjfr
Copy link
Member

Adds support for ibis > 2.0

@philippjfr philippjfr added this to the 1.14.8 milestone Feb 7, 2022
from ibis.client import find_backends, validate_backends
(backend,) = validate_backends(list(find_backends(data)))
except Exception:
backend = data._find_backend()
Copy link
Contributor

Choose a reason for hiding this comment

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

That wasn't so bad after all!

@jlstevens
Copy link
Contributor

Tests are going green. Merging.

@jlstevens jlstevens merged commit 300a02c into master Feb 7, 2022
jlstevens added a commit that referenced this pull request Feb 7, 2022
@maximlt
Copy link
Member

maximlt commented Feb 8, 2022

Thanks @philippjfr ! The tests that ran in this PR were using ibis < 2 so not really testing the change, I'm hopeful I can get the CI to actually test ibis >= 2.

@philippjfr
Copy link
Member Author

Thanks @philippjfr ! The tests that ran in this PR were using ibis < 2 so not really testing the change, I'm hopeful I can get the CI to actually test ibis >= 2.

That would be great!

@maximlt maximlt deleted the ibis_updates branch November 20, 2022 10:45
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants