Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(core): enable serde for uuid dependency
BABTUNA:feat/symbolize-string-groupby-only
3 hours ago
update docstring and add boundary tests
YuangGao:feat/add-bin-function
4 hours ago
address greptile
oh/flight_gather
7 hours ago
ci: use absolute path for LLVM_PROFILE_FILE The flush hook from the previous commit lifted daft-distributed coverage by essentially 0pp. The hook itself was never the problem: `LLVM_PROFILE_FILE=./target/daft-coverage-%p-%m.profraw` is a relative path, and Ray actor processes start with a different cwd (typically /tmp/ray/session_*). So whenever an actor flushed profraw (either on clean exit or via our SIGTERM hook), it wrote to `<ray session dir>/target/...`, which `cargo llvm-cov report` never scans. All actor-side counters have been silently dropping this whole time. Pin the env var to `${{ github.workspace }}/target/...` across all six coverage-instrumented job steps (unit-test, integration-test-ray, integration-test-tpch native, integration-test-tpch ray, the tpch report step, and rust-tests-platform). The existing unit-test matrix was hitting the same bug; fixing it here should also bump the scheduling/scheduler_actor.rs and dispatcher.rs numbers which are actor-driven. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
desmond/coverage-integration-ray
8 hours ago
refactor(flight): implement distributed gather for flight shuffle
oh/flight_gather
8 hours ago
feat(io): point users to read_blob on utf-8 decode error
aaron-ang:feat/read-blob
8 hours ago
feat(dashboard): mock Flotilla Tasks tab Add a new "Tasks" tab to the query detail page that surfaces the swordfish tasks a Flotilla query dispatches to its workers. Tasks are grouped by (origin distributed-plan node, fused pipeline fingerprint) so each row represents one "task type" β e.g. a ReadβProject pipeline running many files shows as a single row with aggregated stats. Cross-links both directions: task rows jump to the Execution tab with their origin node highlighted; physical plan cards gain a "tasks" affordance that filters the Tasks tab to that origin. Tab + filter state is URL-driven for deep-linking. Data is mocked in `mock-tasks.ts` (deterministic per query id) until the real Flotilla task-event feed lands. The mock data shape mirrors what the scheduler already tracks (TaskContext + PlanFingerprint) and is intended to drive requirements for the backend feed. https://claude.ai/code/session_01TsinjTSKNNW7qopNGAxzXP
claude/mock-flotilla-tasks-tab-Wt30L
9 hours ago
fix: address PR review feedback for richer source stats - Apply selectivity to num_rows in short-circuit path to match task-aggregation behavior - Clarify Absent size_bytes defaulting to 0 with a comment - Re-export ColumnStatistics at daft-scan crate root for public API usability Fixes review comments from PR #6723.
rchowell/sources-6-of-n
9 hours ago
Latest Branches
CodSpeed Performance Gauge
-13%
feat(inline-agg): symbolize string group keys in multi-column grouped aggregation
#6748
4 hours ago
811166f
BABTUNA:feat/symbolize-string-groupby-only
CodSpeed Performance Gauge
0%
feat: implement bin function
#6728
4 hours ago
661be24
YuangGao:feat/add-bin-function
CodSpeed Performance Gauge
0%
refactor(flight): implement distributed gather for flight shuffle
#6751
8 hours ago
78ad881
oh/flight_gather
Β© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs