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: Avoid name collisions and panicking in object conversion #20890

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

lukemanley
Copy link
Contributor

fixes #20572

Use fully qualified names to avoid name collisions in python types.

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

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.73%. Comparing base (7ccb3ae) to head (1981d44).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20890   +/-   ##
=======================================
  Coverage   79.73%   79.73%           
=======================================
  Files        1566     1566           
  Lines      222591   222591           
  Branches     2572     2572           
=======================================
+ Hits       177473   177482    +9     
+ Misses      44526    44517    -9     
  Partials      592      592           

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

@ritchie46 ritchie46 merged commit ddd7b05 into pola-rs:main Jan 24, 2025
28 checks passed
@lukemanley lukemanley deleted the object-conversion-name-lookup branch January 25, 2025 01:20
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.

Panic in df creation if Decimal datatype is used
2 participants