-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support to_timestamp with optional chrono formats #8886
Merged
Merged
+1,115
−179
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5e230a - Browse repository at this point
Copy the full SHA c5e230aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6723b - Browse repository at this point
Copy the full SHA ef6723bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a48ab54 - Browse repository at this point
Copy the full SHA a48ab54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3123539 - Browse repository at this point
Copy the full SHA 3123539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 573456d - Browse repository at this point
Copy the full SHA 573456dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66bf2e3 - Browse repository at this point
Copy the full SHA 66bf2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a78a85a - Browse repository at this point
Copy the full SHA a78a85aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c06adcb - Browse repository at this point
Copy the full SHA c06adcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d14bb0b - Browse repository at this point
Copy the full SHA d14bb0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a83b900 - Browse repository at this point
Copy the full SHA a83b900View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fb0dd2 - Browse repository at this point
Copy the full SHA 0fb0dd2View commit details
Commits on Jan 18, 2024
-
Add additional to_timestamp tests covering usage with tables with and…
… without valid formats.
Configuration menu - View commit details
-
Copy full SHA for db071cc - Browse repository at this point
Copy the full SHA db071ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d932c - Browse repository at this point
Copy the full SHA 40d932cView commit details -
- Changed internal_err! -> exec_err! for unsupported data type errors.
- Extracted out to_timestamp_impl method to reduce code duplication as per PR feedback. - Extracted out validate_to_timestamp_data_types to reduce code duplication as per PR feedback. - Added additional tests for argument validation and invalid arguments. - Removed unnecessary shim function 'string_to_timestamp_nanos_with_format_shim'
Configuration menu - View commit details
-
Copy full SHA for 77f08ff - Browse repository at this point
Copy the full SHA 77f08ffView commit details
Commits on Jan 19, 2024
-
Merge remote-tracking branch 'upstream/main' into 5398-timestamp_with…
…_formats # Conflicts: # datafusion/proto/src/logical_plan/from_proto.rs
Configuration menu - View commit details
-
Copy full SHA for 1b637ae - Browse repository at this point
Copy the full SHA 1b637aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 951809a - Browse repository at this point
Copy the full SHA 951809aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fcecb3 - Browse repository at this point
Copy the full SHA 4fcecb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 406fd77 - Browse repository at this point
Copy the full SHA 406fd77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c01f75 - Browse repository at this point
Copy the full SHA 3c01f75View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.