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: Allow converting DatetimeOwned to ChunkedArray #19094

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #19086.

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

codecov bot commented Oct 4, 2024

Codecov Report

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

Project coverage is 79.76%. Comparing base (f55658b) to head (9943db5).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-core/src/series/any_value.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19094      +/-   ##
==========================================
- Coverage   79.77%   79.76%   -0.02%     
==========================================
  Files        1531     1531              
  Lines      208529   208531       +2     
  Branches     2913     2913              
==========================================
- Hits       166347   166325      -22     
- Misses      41631    41655      +24     
  Partials      551      551              

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

@ritchie46 ritchie46 merged commit 5e47a91 into pola-rs:main Oct 4, 2024
21 checks passed
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.

Impossible to create a new column containing a struct with one column containing a datetime literal
2 participants