Skip to content

feat: extract execute_until scheduler with per-child done predicates

b5b1652
Select commit
Loading
Failed to load commit list.
Closed

Iterative Execution #6753

feat: extract execute_until scheduler with per-child done predicates
b5b1652
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 3, 2026 in 1s

80.69% (-0.04%) compared to 8e2beb5

View this Pull Request on Codecov

80.69% (-0.04%) compared to 8e2beb5

Details

Codecov Report

❌ Patch coverage is 63.88889% with 78 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.69%. Comparing base (8e2beb5) to head (b5b1652).
⚠️ Report is 5 commits behind head on develop.

Files with missing lines Patch % Lines
vortex-array/src/executor.rs 55.05% 40 Missing ⚠️
vortex-array/src/array/mod.rs 0.00% 9 Missing ⚠️
vortex-array/src/arrays/slice/vtable.rs 0.00% 4 Missing ⚠️
vortex-array/src/vtable/dyn_.rs 81.25% 3 Missing ⚠️
vortex-array/src/arrays/bool/vtable/mod.rs 0.00% 2 Missing ⚠️
vortex-array/src/arrays/decimal/vtable/mod.rs 0.00% 2 Missing ⚠️
vortex-array/src/arrays/extension/vtable/mod.rs 0.00% 2 Missing ⚠️
...tex-array/src/arrays/fixed_size_list/vtable/mod.rs 0.00% 2 Missing ⚠️
vortex-array/src/arrays/listview/vtable/mod.rs 0.00% 2 Missing ⚠️
vortex-array/src/arrays/masked/vtable/mod.rs 50.00% 2 Missing ⚠️
... and 6 more

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.