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

gluesql / gluesql / 17020393292
99%

Build:
DEFAULT BRANCH: main
Ran 17 Aug 2025 11:27AM UTC
Jobs 1
Files 296
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 2025 11:19AM UTC coverage: 98.008% (+0.02%) from 97.984%
17020393292

push

github

web-flow
Implement `DISTINCT` operations (#1710)

New features:
- Full SELECT DISTINCT support (single/multi-column and whole-row) and DISTINCT variants for aggregates including COUNT(DISTINCT *), SUM/AVG/MIN/MAX/VARIANCE/STDEV(DISTINCT ...).
- AST Builder: .distinct() and *_distinct helpers.

Changes:
- DISTINCT is propagated through translation and planning and enforced at execution (row deduplication).
- DISTINCT ON remains unsupported and now returns a clearer error.

Summary:
Adds end-to-end SQL DISTINCT support: parser records DISTINCT (rejects DISTINCT ON), planner preserves it, executor deduplicates rows or applies DISTINCT-aware aggregates, builder APIs expose .distinct(), and tests updated/added to exercise DISTINCT behavior.

632 of 633 new or added lines in 28 files covered. (99.84%)

40931 of 41763 relevant lines covered (98.01%)

64609.04 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
99.7
-0.3% core/src/executor/aggregate/state.rs
Jobs
ID Job ID Ran Files Coverage
1 17020393292.1 17 Aug 2025 11:26AM UTC 296
98.01
GitHub Action Run
Source Files on build 17020393292
  • Tree
  • List 296
  • Changed 30
  • Source Changed 0
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4b76c36d on github
  • Prev Build on main (#17018460611)
  • Next Build on main (#17021222400)
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