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: Casting Struct to String panics if n_chunks > 1 #21656

Merged
merged 2 commits into from
Mar 8, 2025

Conversation

lukemanley
Copy link
Contributor

Fixes #21650

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 7, 2025
Copy link

codecov bot commented Mar 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.48%. Comparing base (43989f8) to head (b62abee).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21656      +/-   ##
==========================================
- Coverage   80.49%   80.48%   -0.01%     
==========================================
  Files        1605     1605              
  Lines      231834   231832       -2     
  Branches     2678     2678              
==========================================
- Hits       186604   186585      -19     
- Misses      44602    44619      +17     
  Partials      628      628              

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ritchie46 ritchie46 merged commit f418e80 into pola-rs:main Mar 8, 2025
26 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.

PanicException during concat_str with Struct and String
2 participants