Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(autoscale): use TaskResourceRequest wrappers so min_cpu_per_task fallback applies
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
37 minutes ago
fix(goosefs): forward retry/timeout/concurrency to OpenDAL and sparse multiline display Address review feedback on GoosefsConfig: - P1: to_opendal_config now forwards max_retries, retry_timeout_ms, connect_timeout_ms, read_timeout_ms, max_concurrent_requests and max_connections_per_io_thread into the returned config map (only when non-default), so user-provided values are no longer silently dropped at the Daft layer. - P2: multiline_display now gates every numeric/boolean field with an if value != default guard, mirroring how auth_username is handled. A default-constructed GoosefsConfig produces an empty multiline view, and IOConfig::multiline_display omits the GooseFS config = { ... } line entirely in that case. Adds regression tests covering both behaviours.
XuQianJin-Stars:feat/goosefs-support
5 hours ago
Refactor columns_min/columns_max to delegate to least/greatest Address review feedback: replace the list-based implementation (to_list().list_min()/list_max()) with direct delegation to the existing greatest/least scalar functions. Benefits: - Row-wise NULL skipping: result is NULL only when all inputs in a row are NULL, matching Spark Greatest/Least semantics. - Works on any comparable dtype (numeric, boolean, string, temporal), not just types supported by list aggregation. - Avoids the overhead of constructing an intermediate list column per row. Public surface is preserved: aliases (columns_min/columns_max) and empty-arg error messages remain unchanged. All 80 existing tests/dataframe/test_horizontal.py cases pass.
XuQianJin-Stars:feat/spark-math-functions
5 hours ago
fix(ci): pin maturin <1.14 to keep --timings=html working
XiaoHongbo-Hope:fix/ci-maturin-timings
6 hours ago
list_namespaces mirrors list_tables resolution
YuangGao:fix/list-namespaces-rule3-dispatch
9 hours ago
fix(tracing): preserve default resource detectors
RitwijParmar:codex/daft-otel-env-config
12 hours ago
fix(plan): leave num_cpus unset so min_cpu_per_task can lower task CPU
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
16 hours ago
Merge branch 'main' into fix/min-cpu-per-task-wiring
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
17 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(flotilla): wire min_cpu_per_task into TaskResourceRequest
#7125
1 hour ago
710c932
XiaoHongbo-Hope:fix/min-cpu-per-task-wiring
CodSpeed Performance Gauge
0%
feat(io): add GooseFS support via OpenDAL services-goosefs
#7109
9 days ago
434897f
XuQianJin-Stars:feat/goosefs-support
CodSpeed Performance Gauge
0%
feat: add Spark-compatible math functions (bround, greatest, least, hex, unhex)
#7122
6 hours ago
d719636
XuQianJin-Stars:feat/spark-math-functions
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs