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(python): Series construct with large nested u64 #20167

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #17231.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Dec 5, 2024
@coastalwhite coastalwhite force-pushed the fix/large-nested-u64-17231 branch from 5ada23a to 169b175 Compare December 5, 2024 12:35
@coastalwhite coastalwhite force-pushed the fix/large-nested-u64-17231 branch from 169b175 to 21e0689 Compare December 5, 2024 14:32
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.63%. Comparing base (bcfa7ec) to head (21e0689).
Report is 16 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20167      +/-   ##
==========================================
+ Coverage   79.57%   79.63%   +0.06%     
==========================================
  Files        1563     1564       +1     
  Lines      217395   217450      +55     
  Branches     2472     2474       +2     
==========================================
+ Hits       172986   173174     +188     
+ Misses      43841    43707     -134     
- Partials      568      569       +1     

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

@stinodego stinodego changed the title fix: Series construct with large nested u64 fix(python): Series construct with large nested u64 Dec 5, 2024
@stinodego stinodego removed the rust Related to Rust Polars label Dec 5, 2024
@ritchie46 ritchie46 merged commit eb135b4 into pola-rs:main Dec 6, 2024
14 checks passed
@coastalwhite coastalwhite deleted the fix/large-nested-u64-17231 branch December 6, 2024 07:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot instantiate Series of type Struct(List(UInt64)) with large integer value
3 participants