Skip to content

feat: add spill-backed sorting and aggregation#377

Merged
KKould merged 10 commits into
mainfrom
feat/spill
Jul 20, 2026
Merged

feat: add spill-backed sorting and aggregation#377
KKould merged 10 commits into
mainfrom
feat/spill

refactor: simplify spill state handling

506bd78
Select commit
Loading
Failed to load commit list.
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).

Files with missing lines Patch % Lines
src/execution/dql/external_sort.rs 96.17% 12 Missing ⚠️
src/optimizer/rule/normalization/elimination.rs 92.48% 10 Missing ⚠️
src/binder/parser.rs 90.41% 7 Missing ⚠️
src/execution/spill/mod.rs 98.75% 6 Missing ⚠️
src/execution/dql/aggregate/mod.rs 84.37% 5 Missing ⚠️
src/execution/dql/aggregate/stream_agg.rs 98.00% 3 Missing ⚠️
src/orm/mod.rs 76.92% 3 Missing ⚠️
src/parser/mod.rs 77.77% 2 Missing ⚠️
src/execution/dql/sort.rs 98.00% 1 Missing ⚠️
src/optimizer/rule/implementation/dql/join.rs 66.66% 1 Missing ⚠️
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.