Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: validate @daft.func input types at planning time @daft.func ignored its declared input type hints, so a signature mismatch blew up at runtime with an opaque error instead of failing at planning time like native expressions. Thread the declared dtypes into the Rust plan and validate them in to_field with a matching error message. Unannotated params opt out; skip validation once args are column-bound (post-optimizer) to avoid arg-reordering false positives. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Jorge-Polanco-Roque:fix/daf-func-signature-validation
4 hours ago
style(json): rustfmt deserialize_into null-value call
XuQianJin-Stars:fix/json-fixed-size-list-and-unsupported-dtype
14 hours ago
perf(utf8): convert find byte offset to character index
XuQianJin-Stars:fix/utf8-find-substr-char-index
14 hours ago
style(json): use char patterns in FixedSizeList error test
XuQianJin-Stars:fix/json-fixed-size-list-and-unsupported-dtype
14 hours ago
style(sql): rustfmt OFFSET-without-LIMIT optimizer test
XuQianJin-Stars:feat/offset-without-limit
14 hours ago
style(sql): silence F841 for AT TIME ZONE test dataframe
XuQianJin-Stars:feat/sql-at-time-zone
14 hours ago
feat(sql): implement SET for identifier_mode and catalog SET no longer panics via todo!(). Single assignments set identifier_mode or catalog; other SET forms return a proper unsupported error.
XuQianJin-Stars:feat/sql-set-session-variables
18 hours ago
feat(sql): support AT TIME ZONE as convert_time_zone Plan `ts AT TIME ZONE 'tz'` onto the existing ConvertTimeZone kernel so SQL matches convert_timezone() without a new execution path.
XuQianJin-Stars:feat/sql-at-time-zone
18 hours ago
Latest Branches
CodSpeed Performance Gauge
+1%
fix: validate @daft.func input types at planning time
#7508
4 hours ago
9654992
Jorge-Polanco-Roque:fix/daf-func-signature-validation
CodSpeed Performance Gauge
+1%
fix(json): error on wrong-sized FixedSizeList and unsupported dtypes
#7504
14 hours ago
9489f5d
XuQianJin-Stars:fix/json-fixed-size-list-and-unsupported-dtype
CodSpeed Performance Gauge
0%
fix(utf8): use character indices in find and return empty strings from substr
#7503
14 hours ago
d91bf6a
XuQianJin-Stars:fix/utf8-find-substr-char-index
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs