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: Delay deserialization of python function until physical plan #19069

Merged
merged 4 commits into from
Oct 3, 2024

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 Oct 2, 2024
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 79.76%. Comparing base (b1b322f) to head (e1ed3b7).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-plan/src/dsl/expr.rs 47.61% 11 Missing ⚠️
crates/polars-plan/src/dsl/mod.rs 77.77% 2 Missing ⚠️
crates/polars-plan/src/dsl/expr_dyn_fn.rs 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19069      +/-   ##
==========================================
+ Coverage   79.75%   79.76%   +0.01%     
==========================================
  Files        1531     1531              
  Lines      208547   208521      -26     
  Branches     2913     2913              
==========================================
+ Hits       166319   166330      +11     
+ Misses      41677    41640      -37     
  Partials      551      551              

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

@ritchie46 ritchie46 merged commit 35946cf into main Oct 3, 2024
18 checks passed
@ritchie46 ritchie46 deleted the serde branch October 3, 2024 07:48
@c-peters c-peters added the accepted Ready for implementation label Oct 6, 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.

2 participants