Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: Remove some duplicate dependencies (#7370) ## Changes Made Remove a handful of duplicate dependencies that I found. Note that there some bigger categories that we need to do around Azure, GCS, and OpenDAL, but I might need to upgrade the compiler beforehand because I'm running into some MSRV issues
main
1 hour ago
caught it
slade/remove-some-dups
2 hours ago
fix(udf): preserve legacy partial actor pools
dujl:feature/udf-auto-scaling-min-max
16 hours ago
Merge branch 'main' into feature/iceberg-cdc-cow
kyo-tom:feature/iceberg-cdc-cow
17 hours ago
fix(udf): update Python binding type stubs
dujl:feature/udf-auto-scaling-min-max
18 hours ago
feat(udf): add dynamic actor pool autoscaling
dujl:feature/udf-auto-scaling-min-max
19 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
19 hours ago
refactor: drop spark_xxhash64 from core hash API Defer Spark-compatible xxhash64 to a separate extension to avoid conflicting with hash(..., hash_function="xxhash64"), and frame the remaining crypto helpers as Daft-native rather than Spark-compat.
XuQianJin-Stars:feature/hash-crypto-functions
20 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
chore: Remove some duplicate dependencies
#7370
2 hours ago
cffcdbe
slade/remove-some-dups
CodSpeed Performance Gauge
0%
feat(udf): add dynamic actor pool autoscaling
#7369
16 hours ago
6d5f29e
dujl:feature/udf-auto-scaling-min-max
CodSpeed Performance Gauge
0%
feat(io): add Iceberg COW changelog reads
#7356
17 hours ago
6894a88
kyo-tom:feature/iceberg-cdc-cow
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs