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: IR serde #18298

Merged
merged 2 commits into from
Aug 21, 2024
Merged

feat: IR serde #18298

merged 2 commits into from
Aug 21, 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 Aug 21, 2024
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

Attention: Patch coverage is 16.66667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 80.20%. Comparing base (42b99e9) to head (fcfe420).
Report is 31 commits behind head on main.

Files Patch % Lines
crates/polars-plan/src/plans/aexpr/mod.rs 0.00% 2 Missing ⚠️
crates/polars-plan/src/plans/expr_ir.rs 0.00% 2 Missing ⚠️
crates/polars-utils/src/arena.rs 0.00% 2 Missing ⚠️
crates/polars-core/src/frame/explode.rs 0.00% 1 Missing ⚠️
crates/polars-plan/src/plans/functions/mod.rs 0.00% 1 Missing ⚠️
crates/polars-plan/src/plans/ir/mod.rs 0.00% 1 Missing ⚠️
crates/polars-plan/src/plans/options.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18298      +/-   ##
==========================================
- Coverage   80.22%   80.20%   -0.03%     
==========================================
  Files        1501     1501              
  Lines      198934   198944      +10     
  Branches     2837     2837              
==========================================
- Hits       159595   159557      -38     
- Misses      38811    38859      +48     
  Partials      528      528              

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

@ritchie46 ritchie46 merged commit 0f0e12b into main Aug 21, 2024
20 checks passed
@ritchie46 ritchie46 deleted the serde branch August 21, 2024 11:25
@c-peters c-peters added the accepted Ready for implementation label Aug 26, 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