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 on one column #7316

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

Conversation

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 74.05476% with 398 lines in your changes missing coverage. Please review.

Project coverage is 81.34%. Comparing base (59f50f2) to head (1e582e3).
Report is 601 commits behind head on main.

Files with missing lines Patch % Lines
tsl/src/import/umash.c 49.90% 255 Missing and 10 partials ⚠️
...odes/vector_agg/hashing/hash_strategy_serialized.c 80.00% 7 Missing and 25 partials ⚠️
...des/vector_agg/hashing/hash_strategy_single_text.c 82.03% 6 Missing and 17 partials ⚠️
tsl/src/nodes/vector_agg/grouping_policy_hash.c 90.37% 3 Missing and 15 partials ⚠️
tsl/src/nodes/vector_agg/plan.c 83.96% 5 Missing and 12 partials ⚠️
tsl/src/import/ts_simplehash.h 89.43% 3 Missing and 12 partials ⚠️
.../src/nodes/vector_agg/hashing/hash_strategy_impl.c 85.93% 2 Missing and 7 partials ⚠️
tsl/src/nodes/vector_agg/exec.c 91.54% 5 Missing and 1 partial ⚠️
tsl/src/compression/arrow_c_data_interface.h 75.00% 0 Missing and 3 partials ⚠️
...c/nodes/vector_agg/function/float48_accum_single.c 84.61% 0 Missing and 2 partials ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7316      +/-   ##
==========================================
+ Coverage   80.06%   81.34%   +1.27%     
==========================================
  Files         190      242      +52     
  Lines       37181    44288    +7107     
  Branches     9450    11069    +1619     
==========================================
+ Hits        29770    36027    +6257     
- Misses       2997     3755     +758     
- Partials     4414     4506      +92     

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


🚨 Try these New Features:

We can inline the few lines of code required to create an array, instead
of calling the very generic `construct_array` function which shows up in
profiles.
It is enough to use the per-tuple context for them, now they end up in
the ExecutorState context which is incorrect.
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