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

more partitioned groupby #3355

Merged
merged 1 commit into from
May 10, 2022
Merged

more partitioned groupby #3355

merged 1 commit into from
May 10, 2022

Conversation

ritchie46
Copy link
Member

No description provided.

@github-actions github-actions bot added the rust Related to Rust Polars label May 10, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #3355 (3f91dc1) into master (bfbb7a7) will increase coverage by 0.00%.
The diff coverage is 67.52%.

@@           Coverage Diff           @@
##           master    #3355   +/-   ##
=======================================
  Coverage   77.22%   77.23%           
=======================================
  Files         393      393           
  Lines       68402    68500   +98     
=======================================
+ Hits        52823    52904   +81     
- Misses      15579    15596   +17     
Impacted Files Coverage Δ
...s/polars-lazy/src/physical_plan/expressions/mod.rs 84.32% <0.00%> (+0.93%) ⬆️
...olars-lazy/src/physical_plan/expressions/column.rs 63.63% <57.89%> (-2.33%) ⬇️
...lars-lazy/src/physical_plan/expressions/literal.rs 41.93% <57.89%> (+2.88%) ⬆️
.../polars-lazy/src/physical_plan/expressions/cast.rs 61.33% <60.00%> (-0.49%) ⬇️
...olars-lazy/src/physical_plan/expressions/binary.rs 82.38% <65.21%> (-1.27%) ⬇️
...-lazy/src/physical_plan/expressions/aggregation.rs 66.66% <83.33%> (+1.28%) ⬆️
...src/physical_plan/executors/groupby_partitioned.rs 88.42% <100.00%> (-0.53%) ⬇️
...polars-lazy/src/physical_plan/expressions/alias.rs 87.14% <100.00%> (ø)
...polars-lazy/src/physical_plan/expressions/count.rs 83.92% <100.00%> (ø)
polars/polars-lazy/src/physical_plan/planner/lp.rs 87.83% <100.00%> (+0.06%) ⬆️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bfbb7a7...3f91dc1. Read the comment docs.

@ritchie46 ritchie46 merged commit 3700e69 into master May 10, 2022
@ritchie46 ritchie46 deleted the partitioned_gb branch May 10, 2022 16:03
moritzwilksch pushed a commit to moritzwilksch/polars that referenced this pull request May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants