Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(sql): allow read_parquet file options
jackylee-ch:codex-sql-read-parquet-file-options
1 hour ago
test(session): cover namespace narrowing and multi-catalog without pattern
YuangGao:fix/session-list-tables-4400
3 hours ago
test(flotilla): reuse builder's min_cpu_per_task in with_resource_request MockTaskBuilder.with_resource_request was constructing a fresh DaftExecutionConfig::default() to fetch the min_cpu_per_task fallback, which silently reset any non-default value already set on the builder. Reuse self.resource_request.min_cpu_per_task instead so the fallback threads through chained .with_* calls correctly. Test-helper-only; no production behavior change. Addresses greptile P2 review comment.
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
4 hours ago
fix(io): default https scheme in S3 endpoint normalization
plusplusjiajia:fix-iceberg-endpoint-scheme
17 hours ago
fix(flotilla): keep min_cpu_per_task default at 1.0 (no-regression) Before this PR, the flotilla scheduler fell back to a hardcoded 1.0 CPU when ResourceRequest had no num_cpus; the configured min_cpu_per_task default of 0.5 was inert. Wiring the field through (1d05985e8) without changing the default would silently halve the per-task CPU floor for every existing user, which Greptile's review flagged as a behaviour change risk on capacity-tuned clusters (e.g. KubeRay packs 2x more tasks before scale-out, increasing OOM risk). Move the default to 1.0 so the no-explicit-num_cpus path matches the pre-wiring behaviour exactly. Users who want a smaller floor set it explicitly via daft.set_execution_config(min_cpu_per_task=...) or DAFT_MIN_CPU_PER_TASK, which is the original purpose of the knob.
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
1 day ago
Merge remote-tracking branch 'origin/main' into perf/inline-agg-any-value # Conflicts: # src/daft-recordbatch/src/ops/inline_agg.rs
BABTUNA:perf/inline-agg-any-value
1 day ago
ci: retrigger flaky HF ConnectError
BABTUNA:perf/inline-agg-bool
1 day ago
test: cover min_cpu_per_task wiring; clarify field doc - Comment said 'Floor' but the implementation is 'Default-when-None' (explicit num_cpus is honored as-is). Reword to match. - Add two unit tests: * num_cpus falls back to min_cpu_per_task when ResourceRequest is empty * explicit num_cpus passes through unchanged
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(sql): allow read_parquet file options
#7128
2 hours ago
b0047c5
jackylee-ch:codex-sql-read-parquet-file-options
CodSpeed Performance Gauge
0%
fix(session): list_tables mirrors get_table resolution and returns Identifier
#7126
4 hours ago
8fe8cc9
YuangGao:fix/session-list-tables-4400
CodSpeed Performance Gauge
0%
fix(flotilla): wire min_cpu_per_task into TaskResourceRequest
#7125
5 hours ago
2b7ce31
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs