feat: add spill-backed sorting and aggregation#377
Merged
Merged
Codecov / codecov/project
succeeded
Jul 20, 2026 in 1s
92.91% (+0.05%) compared to 3f0df6f
View this Pull Request on Codecov
92.91% (+0.05%) compared to 3f0df6f
Details
Codecov Report
❌ Patch coverage is 96.64879% with 50 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.91%. Comparing base (3f0df6f) to head (506bd78).
Additional details and impacted files
@@ Coverage Diff @@
## main #377 +/- ##
==========================================
+ Coverage 92.85% 92.91% +0.05%
==========================================
Files 249 253 +4
Lines 41844 43141 +1297
==========================================
+ Hits 38856 40084 +1228
- Misses 2988 3057 +69 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/binder/aggregate.rs | 97.48% <100.00%> (+<0.01%) |
⬆️ |
| src/binder/distinct.rs | 98.48% <100.00%> (+0.01%) |
⬆️ |
| src/binder/mod.rs | 85.58% <100.00%> (+0.06%) |
⬆️ |
| src/binder/select.rs | 94.31% <100.00%> (+0.01%) |
⬆️ |
| src/db.rs | 92.96% <ø> (+0.05%) |
⬆️ |
| src/errors.rs | 98.55% <ø> (ø) |
|
| src/execution/dql/aggregate/hash_agg.rs | 98.42% <100.00%> (+3.06%) |
⬆️ |
| src/execution/dql/aggregate/stream_distinct.rs | 97.54% <100.00%> (+0.03%) |
⬆️ |
| src/execution/dql/join/hash_join.rs | 97.05% <100.00%> (+0.02%) |
⬆️ |
| src/execution/dql/join/nested_loop_join.rs | 97.90% <100.00%> (-0.32%) |
⬇️ |
| ... and 27 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading