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

Hash-map based GROUP BY can now process lazy inputs #1651

Merged
merged 7 commits into from
Jan 4, 2025

Small tweaks.

896df47
Select commit
Loading
Failed to load commit list.
Merged

Hash-map based GROUP BY can now process lazy inputs #1651

Small tweaks.
896df47
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

89.87% (+0.02%) compared to 97c195a

View this Pull Request on Codecov

89.87% (+0.02%) compared to 97c195a

Details

Codecov Report

Attention: Patch coverage is 92.75362% with 5 lines in your changes missing coverage. Please review.

Project coverage is 89.87%. Comparing base (97c195a) to head (896df47).

Files with missing lines Patch % Lines
src/engine/GroupBy.cpp 92.75% 0 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1651      +/-   ##
==========================================
+ Coverage   89.84%   89.87%   +0.02%     
==========================================
  Files         389      389              
  Lines       37268    37287      +19     
  Branches     4202     4204       +2     
==========================================
+ Hits        33482    33510      +28     
+ Misses       2485     2478       -7     
+ Partials     1301     1299       -2     

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