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: Fix decimal dyn float supertype #17464

Merged
merged 1 commit into from
Jul 6, 2024
Merged

fix: Fix decimal dyn float supertype #17464

merged 1 commit into from
Jul 6, 2024

Conversation

ritchie46
Copy link
Member

fixes #17189

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

codecov bot commented Jul 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.46%. Comparing base (200c6a4) to head (adc775a).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17464      +/-   ##
==========================================
- Coverage   80.46%   80.46%   -0.01%     
==========================================
  Files        1483     1483              
  Lines      194832   194836       +4     
  Branches     2770     2771       +1     
==========================================
- Hits       156767   156766       -1     
- Misses      37556    37560       +4     
- Partials      509      510       +1     

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

@ritchie46 ritchie46 merged commit a9fb237 into main Jul 6, 2024
27 checks passed
@ritchie46 ritchie46 deleted the decimal branch July 6, 2024 15:48
henryharbeck pushed a commit to henryharbeck/polars that referenced this pull request Jul 8, 2024
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.

InvalidOperationError: could not determine supertype of: [decimal[15,2], dyn float, dyn float]
1 participant