-
Notifications
You must be signed in to change notification settings - Fork 603
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(duckdb): support version 1.1.0 #10037
Conversation
ACTION NEEDED Ibis follows the Conventional Commits specification for release automation. The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
f8a0ecb
to
dedac33
Compare
duckdb=["duckdb>=1.1"], | ||
raises=AssertionError, | ||
reason="not exact, even at this tiny scale", | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to handle it in this PR, but we should probably split any approx function tests out to test approximate results rather than just xfailing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree.
36f5061
to
411fd06
Compare
411fd06
to
d12c2c8
Compare
Fixes related to DuckDB 1.1. I am not sure why partitioning results in a different column ordering now. This is not ready for merge until DuckDB cuts an official release. Other than the partitioning question this is ready to go. Tests will fail until a release, because of the version number comparison being wonky due to the dev suffix.