Skip to content

Conversation

@Omega359
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

Allowing pluggable datatime string parsing. Extracted existing Chrono implementation, added Jiff implementation. Overall Jiff is faster in the case where parsing has no errors but slower when using multiple formats (higher cost for Error handling).

What changes are included in this PR?

Code, tests, benchmark.

Are these changes tested?

Yes.

Are there any user-facing changes?

By default, no.

@github-actions github-actions bot added core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) common Related to common crate functions Changes to functions implementation labels Jan 11, 2026
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 12, 2026
… jiff implementations. Overall jiff seems slightly faster in the case where parsing has no errors but slower when using multiple formats (higher cost for Error handling).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common Related to common crate core Core DataFusion crate documentation Improvements or additions to documentation functions Changes to functions implementation sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant