Skip to content

Conversation

@codecov
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

❌ Patch coverage is 87.41497% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.52%. Comparing base (902c268) to head (17c3658).

Files with missing lines Patch % Lines
tsl/src/nodes/vector_agg/exec.c 92.43% 4 Missing and 15 partials ⚠️
tsl/src/nodes/vector_agg/plan.c 58.13% 9 Missing and 9 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8595      +/-   ##
==========================================
- Coverage   82.42%   80.52%   -1.91%     
==========================================
  Files         244      244              
  Lines       47953    46823    -1130     
  Branches    12235    12158      -77     
==========================================
- Hits        39525    37702    -1823     
- Misses       3553     4299     +746     
+ Partials     4875     4822      -53     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

akuzm added 30 commits January 13, 2026 10:49
If a grouping or aggregation expression contains a Postgres function
like time_bucket(), evaluate it on the columnar arguments and store the
result in the columnar format, so that rest of the query can continue
using the columnar pipeline. In particular, this allows us to use
vectorized aggregation with grouping by time_bucket().
No functional changes for now. We'll have to use it in aggregate
evaluation separately, to avoid multiple evaluation of aggregate
arguments.
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