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: Include Array in to_physical #19474

Merged
merged 1 commit into from
Oct 27, 2024
Merged

fix: Include Array in to_physical #19474

merged 1 commit into from
Oct 27, 2024

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Oct 27, 2024

closes #19396

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Oct 27, 2024
@ritchie46 ritchie46 merged commit dc47e92 into main Oct 27, 2024
26 checks passed
@ritchie46 ritchie46 deleted the phys branch October 27, 2024 09:12
Copy link

codecov bot commented Oct 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.94%. Comparing base (98fcc3f) to head (e77cba2).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19474      +/-   ##
==========================================
- Coverage   79.95%   79.94%   -0.01%     
==========================================
  Files        1534     1534              
  Lines      211225   211233       +8     
  Branches     2445     2445              
==========================================
+ Hits       168876   168879       +3     
- Misses      41794    41799       +5     
  Partials      555      555              

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

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.

Inconsistent element types when using to_physical on List(Datetime) vs Array(Datetime, ...)
1 participant