Skip to content

docs: Specify that precision=None becomes 38 for Decimal#24742

Merged
ritchie46 merged 2 commits intopola-rs:mainfrom
orlp:fix-dec-docs
Oct 4, 2025
Merged

docs: Specify that precision=None becomes 38 for Decimal#24742
ritchie46 merged 2 commits intopola-rs:mainfrom
orlp:fix-dec-docs

Conversation

@orlp
Copy link
Copy Markdown
Member

@orlp orlp commented Oct 3, 2025

Fixes #24729.

@github-actions github-actions Bot added documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars labels Oct 3, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.84%. Comparing base (2c6e8e0) to head (ff536af).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #24742   +/-   ##
=======================================
  Coverage   81.83%   81.84%           
=======================================
  Files        1689     1689           
  Lines      230511   230523   +12     
  Branches     2975     2974    -1     
=======================================
+ Hits       188639   188667   +28     
+ Misses      41118    41103   -15     
+ Partials      754      753    -1     

☔ 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 5537eb7 into pola-rs:main Oct 4, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decimal(None, 2) writes to parquet as Decimal(38, 2)

2 participants