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

refactor(rust): Add capability to transmute to SharedStorage #19353

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Oct 21, 2024

This will come in handy in the future, this lets us safely transmute between SharedStorages.

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Oct 21, 2024
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

Attention: Patch coverage is 57.50000% with 34 lines in your changes missing coverage. Please review.

Project coverage is 80.19%. Comparing base (8a76dad) to head (3013b36).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-arrow/src/storage.rs 57.50% 34 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19353      +/-   ##
==========================================
- Coverage   80.24%   80.19%   -0.05%     
==========================================
  Files        1523     1523              
  Lines      209545   209853     +308     
  Branches     2434     2434              
==========================================
+ Hits       168148   168299     +151     
- Misses      40842    40999     +157     
  Partials      555      555              

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

@ritchie46 ritchie46 merged commit eb596c9 into pola-rs:main Oct 21, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants