Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
add ut
gavin9402:fix_predicate_pushdown
7 hours ago
perf(parquet): disable SLP vectorization for daft-parquet release builds LLVM's SLP vectorizer exhibits pathological super-linear compile time on daft-parquet's monomorphized generic code, taking 75+ minutes at opt-level=3. Setting opt-level=2 for this crate disables SLP vectorization, bringing compile time down to ~15 seconds with no runtime impact since daft-parquet is I/O orchestration code that delegates compute to arrow/parquet. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
desmond/optimize-parquet-compile-time
10 hours ago
don't say finished queries are unresponsive
sam/subscriber-heartbeat
14 hours ago
fix: bugs
euanlimzx:euan/distributed_asof_join
15 hours ago
fix(io): support writing to local fs via GravitinoGvfs local issue (#6579) ## Changes Made Currently, when writing data (Parquet, CSV, JSON) to a Gravitino Virtual File System (gvfs://) URI, Daft unconditionally attempts to use a multipart upload writer. This logic assumes the underlying target is an Object Store (like S3). However, if the Gravitino FileSet is configured to point to a local file system (SourceType::File), the operation fails with: "The source gvfs does not support multipart upload" ## Related Issues This PR modifies the write path to resolve the actual underlying storage configuration from the Gravitino catalog before initializing the writer. Resolve URI: When a gvfs:// URI is detected during a write operation, we now query the Gravitino client to fetch the actual physical path and storage type. "Closes #6578"
main
15 hours ago
chore: clarify heartbeat start placement in native runner Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sam/subscriber-heartbeat
16 hours ago
ci: Fix CI daft builds on Linux x86 (#6686) ## Changes Made Fixes the issue when building Daft on CI. Should address the error from the last release attempt (https://github.com/Eventual-Inc/Daft/actions/runs/24369346877/job/71169070416). Confirmed CI run: https://github.com/Eventual-Inc/Daft/actions/runs/24371093297
main
16 hours ago
feat: e2e benchmarks in ec2
euanlimzx:euan/asof-join-benchmarks
16 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: preserve identity partition predicates when combined with ScalarFn siblings during predicate pushdown
#6691
8 hours ago
42bfe97
gavin9402:fix_predicate_pushdown
CodSpeed Performance Gauge
0%
chore(parquet): lower opt-level for daft-parquet release builds
#6690
11 hours ago
617f71f
desmond/optimize-parquet-compile-time
CodSpeed Performance Gauge
0%
feat(dashboard): subscriber heartbeat and dead query detection
#6676
15 hours ago
c28e13d
sam/subscriber-heartbeat
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs