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

[BUG] Fix compatibility issues for duckdb 0.8.0+ #471

Closed
goodwanghan opened this issue May 21, 2023 · 1 comment · Fixed by #472
Closed

[BUG] Fix compatibility issues for duckdb 0.8.0+ #471

goodwanghan opened this issue May 21, 2023 · 1 comment · Fixed by #472

Comments

@goodwanghan
Copy link
Collaborator

In Duckdb 0.8,

  1. DuckDBPyTypes are created to replace the simple string representation. This breaks the code using DuckDBPyRelation.types. So we need to make Fugue work for both duckdb<0.8.0 and >=0.8.0
  2. Duckdb starts to use arrow large_string, but Fugue doesn't directly support this type.
@goodwanghan goodwanghan added this to the 0.8.4 milestone May 21, 2023
@goodwanghan goodwanghan linked a pull request May 23, 2023 that will close this issue
@goodwanghan
Copy link
Collaborator Author

@bitsofinfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant