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: Special case polars data frames for better DuckDB compat #42

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

manzt
Copy link
Owner

@manzt manzt commented Aug 14, 2024

Towards #41

Right now I'm running into an issue with pyarrow where the casting isn't working:

Temporarily special case polars data frames to use to_arrow() which casts to non-view datatypes. IN the future, DuckDB should support view data types and we will prefer the pycapsule interface.

@manzt manzt merged commit df33268 into main Aug 14, 2024
3 checks passed
@manzt manzt deleted the fix-arrow-duckdb-string-view branch August 14, 2024 17:41
@manzt manzt changed the title fix: Temp cast Arrow string_view to string until next DuckDB release fix: Special case polars data frames for better DuckDB compat Aug 14, 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.

1 participant