Eventual-Inc
Daft
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
style(tests): apply ruff formatting
jonasdedden:fix/var-stddev-chan-merge
8 minutes ago
fix(utf8): resolve to_datetime output timezone up front The planned return type coerces offset formats to UTC, but the kernel only switched its output dtype lazily after seeing a non-null value, so all-null partitions panicked on the dtype mismatch. Resolve the output timezone from format+timezone before the row loop (shared helper for planning and execution) and parse an explicit timezone once instead of per row. Closes #7470
jonasdedden:fix-to-datetime-all-null-offset
10 minutes ago
fix(expression): tokenize offset detection, fix %#z date-only and %% escapes - Classify time/offset in a single StrftimeItems pass so %#z (permissive offset) is an offset, not time: date-only with %#z now hits the midnight path instead of erroring in DateTime parsing. - Tokenize offset detection so escaped %%z no longer forces UTC output; literal %z text stays a naive timestamp. - Move chrono format imports to the top of time_unit.rs per repo rules. - Update/extend unit and regression tests.
jonasdedden:fix-7469-to-datetime
20 minutes ago
style(core): hoist variance partial imports to module top
jonasdedden:fix/var-stddev-chan-merge
27 minutes ago
style(utf8): remove blank line left by redundant import removal
jonasdedden:fix/7471-regexp-replace-backslash
37 minutes ago
fix(expression): to_datetime handles date-only formats and rejects trailing input - Strict full-string parsing via parse_from_str instead of parse_and_remainder - Date-only formats resolve to midnight, preserving offsets/timezones - Add format_string_has_time helper with unit tests - Add regression tests for date-only and trailing input
jonasdedden:fix-7469-to-datetime
38 minutes ago
fix(utf8): resolve to_datetime output timezone up front The planned return type coerces offset formats to UTC, but the kernel only switched its output dtype lazily after seeing a non-null value, so all-null partitions panicked on the dtype mismatch. Resolve the output timezone from format+timezone before the row loop (shared helper for planning and execution) and parse an explicit timezone once instead of per row. Closes #7470
jonasdedden:fix-to-datetime-all-null-offset
55 minutes ago
Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
jonasdedden:fix/7471-regexp-replace-backslash
58 minutes ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(expr): stable var/stddev via Chan parallel merge
#7474
25 minutes ago
0e57af4
jonasdedden:fix/var-stddev-chan-merge
CodSpeed Performance Gauge
0%
fix(utf8): resolve to_datetime output timezone up front
#7473
1 hour ago
a340e33
jonasdedden:fix-to-datetime-all-null-offset
CodSpeed Performance Gauge
0%
fix(expression): to_datetime handles date-only formats and rejects trailing input
#7475
37 minutes ago
69602bc
jonasdedden:fix-7469-to-datetime
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs