Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(flight): Add a check for `flight_shuffle_dirs` arg and change default (#6266) ## Changes Made Sets the default to `/tmp` like it was before in the old Ray runner, and add a check if its ever empty.
main
13 hours ago
init.pyi
colin/swordfish-input-id
15 hours ago
ci: fix restore-mtime exit code when last file is deleted on macos runners (#6268) GitHub Actions `shell: bash` runs with `set -eo pipefail`. The `[ -f "$file" ] && touch_epoch` pattern returns exit code 1 when the file doesn't exist on disk (deleted in a later commit), and if this happens on the last iteration of the while loop, `pipefail` propagates that exit code and kills the step. Switch to `if/then/fi` so a non-existent file is a no-op with exit code 0. Verified with a temporary smoke-test job on both `ubuntu-latest` (11s) and `macos-latest` (54s) that confirmed mtimes are correctly restored on both platforms. Fixes the restore-mtime failures seen on macOS runners in #6264. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
main
16 hours ago
Merge remote-tracking branch 'origin/colin/flight-shuffle-streaming' into colin/swordfish-input-id
colin/swordfish-input-id
17 hours ago
fix(sql): add DATE_TRUNC function support Add a custom SQLFunction wrapper (SQLDateTrunc) that translates the standard SQL DATE_TRUNC(interval, timestamp) syntax into the internal Truncate UDF's expected argument format. Closes #6257 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
desmond/fix/sql-date-trunc
19 hours ago
refactor(arrow2): misc deprecation warnings (#6270) ## Changes Made <!-- Describe what changes were made and why. Include implementation details if necessary. --> ## Related Issues <!-- Link to related GitHub issues, e.g., "Closes #123" -->
main
20 hours ago
ci: remove temporary restore-mtime verification job Both Linux and macOS passed the smoke test. Remove the temporary job. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ci/fix-restore-mtime-exit-code
20 hours ago
refactor(arrow2): remove from_arrow2 (#6267) ## Changes Made <!-- Describe what changes were made and why. Include implementation details if necessary. --> ## Related Issues <!-- Link to related GitHub issues, e.g., "Closes #123" -->
main
20 hours ago
Active Branches
[wip] Colin/swordfish input
last run
15 hours ago
#6132
CodSpeed Performance Gauge
-96%
[DRAFT] feat(sql): add DATE_TRUNC function support
last run
19 hours ago
#6258
CodSpeed Performance Gauge
0%
refactor(swordfish): Streaming flight shuffle read
last run
20 hours ago
#6269
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs