-
Notifications
You must be signed in to change notification settings - Fork 706
feat(expr): support to_timestamp(text,text) #7060
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
Conversation
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang <[email protected]>
|
There are some test cases at https://github.com/risingwavelabs/risingwave/blob/main/src/tests/regress/data/sql/horology.sql#L354 that can be used to validate if they are helpful |
I'm sure only few of them can be supported, we can make them complete later. |
|
There are too many differences between pg and chrono :) |
Codecov Report
@@ Coverage Diff @@
## main #7060 +/- ##
==========================================
- Coverage 73.31% 73.28% -0.04%
==========================================
Files 1045 1047 +2
Lines 167659 167770 +111
==========================================
+ Hits 122926 122945 +19
- Misses 44733 44825 +92
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
wangrunji0408
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for other parts except to_timestamp_const_tmpl function. 🤯
BowenXiao1999
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang <[email protected]>
797748c to
b6b39d7
Compare
Signed-off-by: TennyZhuang <[email protected]>
Signed-off-by: TennyZhuang [email protected]
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
support to_timestamp(text,text)
Checklist
./risedev check(or alias,./risedev c)Documentation
If your pull request contains user-facing changes, please specify the types of the changes, and create a release note. Otherwise, please feel free to remove this section.
Types of user-facing changes
Please keep the types that apply to your changes, and remove those that do not apply.
Release note
Refer to a related PR or issue link (optional)
#6894