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: Materialize dtypes when converting to arrow #16074

Merged
merged 1 commit into from May 6, 2024
Merged

fix: Materialize dtypes when converting to arrow #16074

merged 1 commit into from May 6, 2024

Conversation

ritchie46
Copy link
Member

This should fix #16021

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels May 6, 2024
Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 80.98%. Comparing base (421db23) to head (db3e318).

Files Patch % Lines
crates/polars-core/src/datatypes/dtype.rs 0.00% 8 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16074   +/-   ##
=======================================
  Coverage   80.97%   80.98%           
=======================================
  Files        1386     1386           
  Lines      178445   178452    +7     
  Branches     3075     3075           
=======================================
+ Hits       144503   144518   +15     
+ Misses      33450    33443    -7     
+ Partials      492      491    -1     
Flag Coverage Δ
python 74.54% <0.00%> (+0.02%) ⬆️
rust 78.14% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit 3600b16 into main May 6, 2024
20 checks passed
@ritchie46 ritchie46 deleted the dyn branch May 6, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugins raise when passing pl.lit(1) without specifying dtype
1 participant