• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gluesql / gluesql / 31995576011
99%

Build:
DEFAULT BRANCH: main
Ran 17 Aug 2026 04:53AM UTC
Jobs 1
Files 370
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Aug 2026 04:45AM UTC coverage: 98.886% (-0.001%) from 98.887%
31995576011

push

github

web-flow
Skip NULL values in non-COUNT aggregates (#1990)

SQL eliminates NULL before applying a set function, but SUM, MIN, MAX,
AVG, VARIANCE, and STDEV fed every evaluated value straight into the
accumulator. A single NULL therefore poisoned SUM/AVG/VARIANCE/STDEV
through Value::add, and a NULL in the first row of a group became a
sticky initial value for MIN/MAX because Value::Null.evaluate_cmp
returns None. COUNT was already correct.

Return early from State::accumulate for NULL inputs to every aggregate
but COUNT, so the invariant lives in one place and AggrValue never sees
NULL. Groups with no non-NULL input keep an empty slot and already
export empty_value, which is Null for these aggregates.

The aggregate fixtures encoded the old behavior as expected output, so
sum, avg, variance, stdev, and expr are updated to the standard results,
and a new null fixture covers leading NULLs, all-NULL columns, DISTINCT,
and per-group elimination.

3 of 3 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

52890 of 53486 relevant lines covered (98.89%)

1562.41 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
99.64
-0.18% core/src/data/value/binary_op/integer/macros.rs
Jobs
ID Job ID Ran Files Coverage
1 31995576011.1 17 Aug 2026 04:53AM UTC 370
98.89
GitHub Action Run
Source Files on build 31995576011
  • Tree
  • List 370
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 44de3ca8 on github
  • Prev Build on main (#31483015771)
  • Next Build on main (#32003050963)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc