Skip to content

Conversation

Liyixin95
Copy link
Contributor

remove redundant clone. just run
cargo clippy --fix --workspace --all-targets --all-features --locked -- -W clippy::redundant_clone

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars labels Jul 28, 2025
Copy link

codecov bot commented Jul 28, 2025

Codecov Report

❌ Patch coverage is 84.04255% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.32%. Comparing base (8d1396b) to head (9309794).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-core/src/scalar/new.rs 0.00% 3 Missing ⚠️
crates/polars-io/src/partition.rs 0.00% 2 Missing ⚠️
...lars-parquet/src/arrow/read/deserialize/boolean.rs 0.00% 2 Missing ⚠️
crates/polars-arrow/src/ffi/schema.rs 0.00% 1 Missing ⚠️
crates/polars-compute/src/propagate_dictionary.rs 0.00% 1 Missing ⚠️
...s-core/src/chunked_array/builder/list/anonymous.rs 50.00% 1 Missing ⚠️
crates/polars-core/src/chunked_array/collect.rs 75.00% 1 Missing ⚠️
crates/polars-core/src/series/mod.rs 50.00% 1 Missing ⚠️
crates/polars-json/src/ndjson/deserialize.rs 66.66% 1 Missing ⚠️
crates/polars-sql/src/context.rs 75.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #23771      +/-   ##
==========================================
- Coverage   81.34%   81.32%   -0.02%     
==========================================
  Files        1651     1651              
  Lines      224251   224238      -13     
  Branches     2862     2862              
==========================================
- Hits       182408   182372      -36     
- Misses      41132    41155      +23     
  Partials      711      711              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ritchie46
Copy link
Member

Nice!

@ritchie46 ritchie46 merged commit 8a55acc into pola-rs:main Jul 28, 2025
25 of 26 checks passed
Washiil pushed a commit to Washiil/polars that referenced this pull request Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issues or improvements 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