Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
file-path identity checkpoint mode
chenghuichen:path-checkpoint
1 hour ago
chore: minor formatting and stub fixups - daft/__init__.pyi: include TextSourceConfig in FileFormatConfig.config union (matches the Rust enum). - docs/connectors/text.md: re-align the schema table. - src/daft-text/Cargo.toml: alphabetize dependencies.
aaron-ang:feat/read-blob
3 hours ago
refactor(writers): clarify partition writer projection plumbing
aaron-ang:fix/partition-parquet-hive-convention
6 hours ago
fix style: drop unused pytest import, regenerate uv.lock
0xdeadd:chore/bump-pyarrow-min-16
10 hours ago
file-path identity checkpoint mode
chenghuichen:path-checkpoint
15 hours ago
fix(dashboard): handle offline builds in frontend (#6867) The dashboard frontend imports `Geist_Mono` via `next/font/google`, which fetches from `fonts.googleapis.com` at build time. Sandboxed agent containers without egress fail this fetch, breaking `make build` and skipping TypeScript/React typechecking entirely. This switches to the `geist` npm package which bundles the font instead of fetching it at build time. https://claude.ai/code/session_01FBQD1UacpCcUwRYWbAPk9R --------- Co-authored-by: Claude <noreply@anthropic.com>
main
1 day ago
fix(dashboard): use geist npm package to bundle Geist Mono locally next/font/google fetches fonts.googleapis.com at build time, which fails in offline environments. The geist npm package ships the Geist font files locally, so `next build` works fully offline once dependencies are installed — no env vars, aliases, or fallback stubs needed. Per @universalmind303's review on #6867. Reverts the offline-font scaffolding (next.config.ts alias, font.offline.ts stub, AGENTS.md, and build.rs warning hints) and replaces the Geist_Mono import with `import { GeistMono } from "geist/font/mono"`.
claude/fix-offline-fonts-build-gWp0O
1 day ago
chore: bump minimum PyArrow version to 16 Daft's policy is to support the latest 8 minor PyArrow versions. With PyArrow 24 released, the supported window should be `>= 16, < 25`. This commit: - Bumps the `pyarrow` constraint in `pyproject.toml` to `>= 16.0.0, < 25.0.0` for the main dependency, the `hudi` extra, and the dev dependency group (3 callsites). - Removes `pytest.mark.skipif(pa.__version__ < "16", ...)` markers from 7 float16 tests in `tests/series/test_numeric_ops.py` and `tests/series/test_float.py` since the gated PyArrow versions are no longer supported. - Simplifies `tests/series/__init__.py` to include `pa.float16()` in `ARROW_FLOAT_TYPES` unconditionally. Closes #6862
0xdeadd:chore/bump-pyarrow-min-16
1 day ago
Latest Branches
CodSpeed Performance Gauge
-11%
feat(checkpoint): add file-path identity checkpoint mode
#6869
2 hours ago
0f860ab
chenghuichen:path-checkpoint
CodSpeed Performance Gauge
-1%
feat(file): cache size + last_modified on File for IO-free metadata access
#6747
4 hours ago
5c5e523
aaron-ang:feat/read-blob
CodSpeed Performance Gauge
N/A
fix(writers): strip partition columns from Hive-partitioned file bodies
#6770
6 hours ago
8e3e3f6
aaron-ang:fix/partition-parquet-hive-convention
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs