Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: add HDF5 files and DROID helpers
everettVT/hdf5
3 hours ago
Merge remote-tracking branch 'upstream/main' into codex-sql-read-parquet-ignore-corrupt-files
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
8 hours ago
fix: address review comments for url_encode doctest and overlay error message
XuQianJin-Stars:feat/spark-string-functions
10 hours ago
chore: regenerate Cargo.lock after rebase
XuQianJin-Stars:feature/hash-crypto-functions
10 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
10 hours ago
fix(list): preserve original null position in list_except/intersect/union The previous implementation iterated unique non-null elements from the probe table first and appended any null element at the end, producing results like [1, 2, None] instead of preserving the input order [1, None, 2]. Fix by merging null into the unique-item list at its first-occurrence local index before iteration, so the result keeps the original first-occurrence ordering for both null and non-null elements (Spark null-safe-equal semantics).
XuQianJin-Stars:feat/spark-array-functions
10 hours ago
test(morsels): include GoosefsConfig in IOConfig explain expected output IOConfig::Display now emits a GoosefsConfig block between CosConfig and HTTPConfig. Update the hard-coded expected explain string in test_batch_size_from_udf_propagated_through_ops_to_scan to match, fixing the assertion failure introduced by the GooseFS support PR.
XuQianJin-Stars:feat/goosefs-support
10 hours ago
fix: pre-commit all failed Signed-off-by: yihong0618 <zouzou0208@gmail.com>
yihong0618:hy/fix_pre-commit-all
12 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: add HDF5 files and DROID helpers
#7158
4 hours ago
97d6910
everettVT/hdf5
CodSpeed Performance Gauge
0%
feat(sql): support read_parquet ignore_corrupt_files
#7133
15 hours ago
3ba2cdd
jackylee-ch:codex-sql-read-parquet-ignore-corrupt-files
CodSpeed Performance Gauge
0%
feat(string): add Spark-compatible find_in_set, overlay, url_encode, url_decode and levenshtein alias
#7138
8 days ago
c80445f
XuQianJin-Stars:feat/spark-string-functions
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs