Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
ci: rerun PR checks The integration-test-io job failed on the flaky HuggingFace rate-limit test (test_read_huggingface, HTTP 429 with retries exhausted), unrelated to this change.
jackylee-ch:sql-read-iceberg-io-config
5 hours ago
Merge branch 'main' into sql-read-iceberg-io-config Resolve the iceberg_scan conflict: keep the io_config resolution helper call from this branch on top of main's IcebergDataSource migration, and update the test monkeypatch target from IcebergScanOperator to IcebergDataSource.
jackylee-ch:sql-read-iceberg-io-config
6 hours ago
refactor(sql): generalize block_on_io_runtime doc and drop faulthandler_timeout Address review feedback on #7133: make the block_on_io_runtime doc comment describe the general GIL contract instead of the ignore_corrupt_files case, and remove the faulthandler_timeout watchdog now that the deadlock it was diagnosing is fixed.
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
6 hours ago
docs(sql): trim read_csv GIL comments per review Address review feedback on #7264: shorten the over-long comment above the GIL release in read_csv and drop the unrelated GIL wording from the test.
jackylee-ch:sql-read-csv-ignore-corrupt-files
6 hours ago
Fix unequal-partition sample regression test
johnquevedo:issue-5690-ray-sample-by-size
2 days ago
chore(deps): bump the all group with 7 updates Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.8.0` | `2.9.0` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `3.0.3` | `4.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6` | `7` | | [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `9` | | [actions/setup-java](https://github.com/actions/setup-java) | `5` | `5.6.0` | | [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `4` | `5` | Updates `lycheeverse/lychee-action` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.8.0...v2.9.0) Updates `slackapi/slack-github-action` from 3.0.3 to 4.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3.0.3...v4.0.0) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) Updates `actions/setup-java` from 5 to 5.6.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v5.6.0) Updates `CodSpeedHQ/action` from 4 to 5 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v4...v5) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-java dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: CodSpeedHQ/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/all-b310cfd049
2 days ago
feat(file): trace video frame decoding (#7313) ## Changes Made - Add a private Rust-backed Python tracing context manager so Python/PyAV operations emit spans through Daft's existing tracing subscriber and OpenTelemetry exporter. - Add `VideoFile::frames`, `VideoFile::open`, `VideoFile::seek`, `VideoFile::decode`, and `VideoFile::to_image` spans around the corresponding work. - Avoid Python-to-Rust tracing context allocation when INFO tracing is disabled. - Stack this follow-up on #7312, which provides the per-type read spans and SpeedScope conversion utility. Together with #7312, this exposes the full VideoFile read, demux, decode, and image-conversion path. The generated SpeedScope profile contains all six expected VideoFile operations across 626 events. Validation: - `cargo fmt --check` - `cargo check -p daft-file --features python` - `make build` - `DAFT_RUNNER=native .venv/bin/pytest -q tests/file/test_video.py` (33 passed) - Converted the detailed JSON trace with `tools/trace_to_speedscope.py` ## Related Issues N/A
main
3 days ago
fix(file): scope video frame spans per iteration
everettVT/trace-video-operations
3 days ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(sql): resolve read_iceberg io_config from table properties and default config
#7273
5 hours ago
f6c8d87
jackylee-ch:sql-read-iceberg-io-config
CodSpeed Performance Gauge
0%
feat(sql): support read_parquet ignore_corrupt_files
#7133
6 hours ago
2f57541
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
CodSpeed Performance Gauge
0%
feat(sql): support ignore_corrupt_files in read_csv
#7264
6 hours ago
2c18367
jackylee-ch:sql-read-csv-ignore-corrupt-files
ยฉ 2026 CodSpeed Technology
Home
Terms
Privacy
Docs