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 by a single text column #7586

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

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Jan 10, 2025

Use the UMASH hashes that have a guaranteed lower bound on collisions as the hash table keys.

Use the UMASH hashes that have a guaranteed lower bound on collisions as
the hash table keys.
@akuzm akuzm mentioned this pull request Jan 10, 2025
8 tasks
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 89.65517% with 6 lines in your changes missing coverage. Please review.

Project coverage is 81.85%. Comparing base (59f50f2) to head (7cd0424).
Report is 713 commits behind head on main.

Files with missing lines Patch % Lines
...des/vector_agg/hashing/hash_strategy_single_text.c 88.09% 1 Missing and 4 partials ⚠️
tsl/src/nodes/vector_agg/plan.c 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7586      +/-   ##
==========================================
+ Coverage   80.06%   81.85%   +1.78%     
==========================================
  Files         190      241      +51     
  Lines       37181    44558    +7377     
  Branches     9450    11115    +1665     
==========================================
+ Hits        29770    36473    +6703     
- Misses       2997     3698     +701     
+ Partials     4414     4387      -27     

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

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