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: Raise informative error when writing object to file #16954

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Conversation

ritchie46
Copy link
Member

fixes #16872

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

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.97%. Comparing base (7ebcfab) to head (c1bf885).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16954      +/-   ##
==========================================
- Coverage   80.98%   80.97%   -0.01%     
==========================================
  Files        1445     1445              
  Lines      189925   189947      +22     
  Branches     2712     2712              
==========================================
+ Hits       153808   153811       +3     
- Misses      35618    35638      +20     
+ Partials      499      498       -1     

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

@ritchie46 ritchie46 merged commit 4b0f368 into main Jun 14, 2024
26 checks passed
@ritchie46 ritchie46 deleted the object branch June 14, 2024 11:40
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.

Serialize UUIDs or show a better error when panicking on object columns
1 participant