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

Vectorized hash grouping #7316

Draft
wants to merge 230 commits into
base: main
Choose a base branch
from
Draft

Vectorized hash grouping #7316

wants to merge 230 commits into from

Conversation

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 74.37845% with 371 lines in your changes missing coverage. Please review.

Project coverage is 81.90%. Comparing base (59f50f2) to head (40ec867).
Report is 660 commits behind head on main.

Files with missing lines Patch % Lines
tsl/src/import/umash.c 51.03% 250 Missing and 9 partials ⚠️
...odes/vector_agg/hashing/hash_strategy_serialized.c 82.19% 10 Missing and 24 partials ⚠️
...des/vector_agg/hashing/hash_strategy_single_text.c 81.95% 7 Missing and 17 partials ⚠️
tsl/src/nodes/vector_agg/grouping_policy_hash.c 91.00% 3 Missing and 14 partials ⚠️
tsl/src/import/ts_simplehash.h 89.43% 3 Missing and 12 partials ⚠️
.../src/nodes/vector_agg/hashing/hash_strategy_impl.c 88.40% 2 Missing and 6 partials ⚠️
tsl/src/nodes/vector_agg/exec.c 87.17% 5 Missing ⚠️
tsl/src/nodes/vector_agg/plan.c 89.36% 2 Missing and 3 partials ⚠️
...nodes/vector_agg/function/agg_many_vector_helper.c 95.00% 0 Missing and 1 partial ⚠️
...rc/nodes/vector_agg/hashing/batch_hashing_params.h 93.33% 0 Missing and 1 partial ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7316      +/-   ##
==========================================
+ Coverage   80.06%   81.90%   +1.83%     
==========================================
  Files         190      242      +52     
  Lines       37181    44750    +7569     
  Branches     9450    11161    +1711     
==========================================
+ Hits        29770    36653    +6883     
- Misses       2997     3686     +689     
+ Partials     4414     4411       -3     

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

@akuzm akuzm changed the title Vectorized hash grouping on one column Vectorized hash grouping Dec 16, 2024
akuzm and others added 6 commits December 16, 2024 17:59
Co-authored-by: Erik Nordström <819732+erimatnor@users.noreply.github.com>
Signed-off-by: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Co-authored-by: Erik Nordström <819732+erimatnor@users.noreply.github.com>
Signed-off-by: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant