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: Use FFI to extract Series from different Polars binaries #18964

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Conversation

ritchie46
Copy link
Member

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 Sep 27, 2024
// Eventually we must use Polars' Series Export as that can deal with
// multiple chunks
Err(_) => {
use polars::export::arrow::ffi;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for now. Ideally I want to use our SeriesExport here later.

@ritchie46 ritchie46 merged commit 74b5307 into main Sep 27, 2024
19 checks passed
@ritchie46 ritchie46 deleted the series branch September 27, 2024 09:15
@c-peters c-peters added the accepted Ready for implementation label Sep 29, 2024
Copy link

codecov bot commented Sep 29, 2024

Codecov Report

Attention: Patch coverage is 12.00000% with 22 lines in your changes missing coverage. Please review.

Project coverage is 79.83%. Comparing base (e2c7150) to head (e837323).
Report is 27 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-python/src/map/lazy.rs 12.00% 22 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18964      +/-   ##
==========================================
- Coverage   79.85%   79.83%   -0.02%     
==========================================
  Files        1523     1523              
  Lines      207292   207315      +23     
  Branches     2906     2906              
==========================================
- Hits       165534   165518      -16     
- Misses      41210    41249      +39     
  Partials      548      548              

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

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.

2 participants