Skip to content

Commit afb8e80

Browse files
committed
More work on chrono & jiff DateTimeParsers and benchmarks. Overall jiff seems slightly faster in the case where parsing has no errors but slower when using multiple formats (higher cost for Error handling).
1 parent dc64d93 commit afb8e80

4 files changed

Lines changed: 663 additions & 239 deletions

File tree

datafusion/functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ required-features = ["string_expressions"]
115115
[[bench]]
116116
harness = false
117117
name = "to_timestamp"
118-
required-features = ["datetime_expressions"]
118+
required-features = ["datetime_expressions", "jiff"]
119119

120120
[[bench]]
121121
harness = false

0 commit comments

Comments
 (0)