feat: Support date to timestamp cast#3383
Open
coderfender wants to merge 4 commits intoapache:mainfrom
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3383 +/- ##
============================================
+ Coverage 56.12% 60.02% +3.89%
- Complexity 976 1475 +499
============================================
Files 119 175 +56
Lines 11743 16184 +4441
Branches 2251 2688 +437
============================================
+ Hits 6591 9714 +3123
- Misses 4012 5114 +1102
- Partials 1140 1356 +216 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@parthchandra , @andygrove . Please take a look whenever you get a chance . |
Contributor
Author
|
I believe I can piggy back Date -> numeric types (which always return null) in thr PR or perhaps in a different PR if you think that is a good idea ? (Date -> Int is more a formality than adding additional logic) |
andygrove
reviewed
Feb 4, 2026
andygrove
reviewed
Feb 4, 2026
37 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Which issue does this PR close?
Adds cast support from date to timestamp
Closes #3400
Rationale for this change
What changes are included in this PR?
How are these changes tested?