Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
style(json): use char patterns in FixedSizeList error test
XuQianJin-Stars:fix/json-fixed-size-list-and-unsupported-dtype
2 minutes ago
style(sql): rustfmt OFFSET-without-LIMIT optimizer test
XuQianJin-Stars:feat/offset-without-limit
5 minutes ago
style(sql): silence F841 for AT TIME ZONE test dataframe
XuQianJin-Stars:feat/sql-at-time-zone
10 minutes 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
3 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
3 hours ago
feat(sql): allow OFFSET without LIMIT Rewrite a bare Offset(n) to Limit(i64::MAX - n, Some(n)) so DataFrame.offset and SQL OFFSET work without a paired LIMIT.
XuQianJin-Stars:feat/offset-without-limit
3 hours ago
fix(json): error on wrong-sized FixedSizeList and unsupported dtypes Wrong-length JSON arrays were silently nulled, and Decimal/Binary dtypes panicked via todo!(). Both now return ArrowError.
XuQianJin-Stars:fix/json-fixed-size-list-and-unsupported-dtype
3 hours ago
fix(utf8): use character indices in find and return empty strings from substr str.find returned byte offsets while substr/left/right use Unicode character positions, and substr treated empty results as null unlike left(n=0).
XuQianJin-Stars:fix/utf8-find-substr-char-index
3 hours ago
Latest Branches
CodSpeed Performance Gauge
+1%
fix(json): error on wrong-sized FixedSizeList and unsupported dtypes
#7504
14 minutes ago
4f3aae8
XuQianJin-Stars:fix/json-fixed-size-list-and-unsupported-dtype
CodSpeed Performance Gauge
0%
feat(sql): allow OFFSET without LIMIT
#7505
16 minutes ago
0a575ec
XuQianJin-Stars:feat/offset-without-limit
CodSpeed Performance Gauge
0%
feat(sql): support AT TIME ZONE as convert_time_zone
#7506
21 minutes ago
99a9631
XuQianJin-Stars:feat/sql-at-time-zone
Β© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs