Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge remote-tracking branch 'origin/main' into feat/temporal-unix-extractors
BABTUNA:feat/temporal-unix-extractors
1 hour ago
Merge remote-tracking branch 'origin/main' into feat/temporal-tz-conversions
BABTUNA:feat/temporal-tz-conversions
2 hours ago
test(utf8): align translate/substring_index expectations with Spark parity - test_translate: 'hello' translated by ('abco' -> '1230') yields 'hell0' (only 'o' is mapped; 'h','e','l' are not in the from set and pass through unchanged). - test_substring_index_negative: substring_index('www.apache.org', '.', -2) returns 'apache.org' (substring after the 2nd-to-last delimiter), matching Spark semantics. Also add English comments to clarify Spark-parity behavior.
XuQianJin-Stars:feat/add-string-functions-translate-substring-index-soundex-ascii-chr-space
2 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
2 hours ago
style(flotilla): apply ruff lint/format fixes Unwrap lines that fit within the repo's 120-char limit and apply ruff import/lambda fixes flagged by the pinned linter. Co-authored-by: Cursor <cursoragent@cursor.com>
flotilla-churn-resilient-startup
2 hours ago
style: add missing newline at end of test_utf8.py to fix pre-commit
XuQianJin-Stars:feat/add-string-functions-translate-substring-index-soundex-ascii-chr-space
2 hours ago
fix: address review comments for string functions - Refine ascii, chr, soundex, substring_index implementations - Update Python function exports and signatures - Add additional test coverage in test_utf8.py
XuQianJin-Stars:feat/add-string-functions-translate-substring-index-soundex-ascii-chr-space
2 hours ago
probe_inner
QLiangong:new
3 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(temporal): add Spark-style unix extractors and weekday
#6920
2 hours ago
631f3e3
BABTUNA:feat/temporal-unix-extractors
CodSpeed Performance Gauge
0%
feat(temporal): add Spark-style timezone conversions
#6919
12 hours ago
5a1205a
BABTUNA:feat/temporal-tz-conversions
CodSpeed Performance Gauge
0%
feat: add Spark-compatible string functions (translate, substring_index, soundex, ascii, chr, space)
#7070
2 hours ago
e4e0752
XuQianJin-Stars:feat/add-string-functions-translate-substring-index-soundex-ascii-chr-space
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs