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 Int128 IO support for csv & ipc #20535

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

lukemanley
Copy link
Contributor

No description provided.

@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 Jan 2, 2025
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

Attention: Patch coverage is 71.42857% with 6 lines in your changes missing coverage. Please review.

Project coverage is 79.04%. Comparing base (1ebd039) to head (ada490c).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-arrow/src/io/ipc/write/schema.rs 0.00% 2 Missing ⚠️
crates/polars-io/src/csv/read/buffer.rs 86.66% 2 Missing ⚠️
crates/polars-arrow/src/io/ipc/read/schema.rs 50.00% 1 Missing ⚠️
...s/polars-io/src/csv/write/write_impl/serializer.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #20535    +/-   ##
========================================
  Coverage   79.04%   79.04%            
========================================
  Files        1563     1564     +1     
  Lines      220798   220631   -167     
  Branches     2502     2502            
========================================
- Hits       174522   174396   -126     
+ Misses      45702    45661    -41     
  Partials      574      574            

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

@ritchie46 ritchie46 merged commit 5f44997 into pola-rs:main Jan 3, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants