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

Performance History

Latest Results

fix(utf8): decide to_datetime output timezone from format, not data get_return_field plans to_datetime's output type from the format string alone: an offset directive (%z) coerces the result to Timestamp[tu; UTC]. The kernel, however, only set its output timezone to UTC when it actually parsed a value carrying an offset. For a column where no value has one, such as an all-null column, the kernel built Timestamp[tu] while the plan promised Timestamp[tu; UTC], tripping the data-type-mismatch assertion in RecordBatch evaluation and panicking at execution. Decide the output timezone purely from the explicit timezone argument and format_string_has_offset, mirroring get_return_field, and drop the data-driven in-loop mutation. Closes #7470
hello-peter-tang:fix/7470-todatetime-null-offset-tz
11 minutes ago
chore: retrigger CI
DogerW666:add-bisect-autoscaling-strategy
1 hour ago
Merge branch 'main' into file-size-metadata-only
yongster:file-size-metadata-only
20 hours ago

Latest Branches

CodSpeed Performance Gauge
+1%
fix(utf8): decide to_datetime output timezone from format, not data#7483
33 minutes ago
7dee491
hello-peter-tang:fix/7470-todatetime-null-offset-tz
CodSpeed Performance Gauge
0%
1 hour ago
6457b24
DogerW666:add-bisect-autoscaling-strategy
CodSpeed Performance Gauge
0%
4 hours ago
9514ab4
hello-peter-tang:remove-daft-udf
© 2026 CodSpeed Technology
Home Terms Privacy Docs