Avatar for the Eventual-Inc user
Eventual-Inc
Daft
BlogDocsChangelog

Performance History

Latest Results

fix(functions): make coalesce() argument validation reachable The zero-argument ValueError in coalesce() was placed after an unconditional return statement, making it dead code. Calling coalesce() with no arguments silently constructed an invalid expression and only failed later at plan-building time with an opaque DaftCoreException. - Move the validation before the return so coalesce() raises ValueError eagerly - Remove the unreachable single-argument shortcut (the native kernel already handles single-argument coalesce) - Fix the docstring: single-argument coalesce is supported and covered by existing tests
DogerW666:fix/coalesce-unreachable-validation
7 hours ago
expand nested DataFrameSources Co-authored-by: Cursor <cursoragent@cursor.com>
ktanishqk:ktanishqk/dataframe-source-nested-expand
9 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(functions): make coalesce() argument validation reachable#7404
7 hours ago
fe2d884
DogerW666:fix/coalesce-unreachable-validation
CodSpeed Performance Gauge
0%
8 hours ago
6972e19
BABTUNA:refactor/unify-shuffle-backend-enum
CodSpeed Performance Gauge
0%
21 days ago
97806bc
kyo-tom:iceberg-cdc-datasource
© 2026 CodSpeed Technology
Home Terms Privacy Docs