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

feat: Add optimized row encoding for Decimals #20050

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

coastalwhite
Copy link
Collaborator

Adds a specialized fixed size row encoding for Decimals

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Nov 28, 2024
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.52%. Comparing base (0b218d8) to head (255ee63).
Report is 26 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20050      +/-   ##
==========================================
+ Coverage   79.50%   79.52%   +0.02%     
==========================================
  Files        1562     1563       +1     
  Lines      216939   217146     +207     
  Branches     2459     2459              
==========================================
+ Hits       172479   172693     +214     
+ Misses      43901    43894       -7     
  Partials      559      559              

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

@ritchie46 ritchie46 merged commit 49b2e7b into pola-rs:main Nov 28, 2024
26 checks passed
@coastalwhite coastalwhite deleted the feat/re-decimal branch November 28, 2024 14:57
@c-peters c-peters added the accepted Ready for implementation label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants