-
Notifications
You must be signed in to change notification settings - Fork 334
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
chore(from_unixtime): remove UDF from_unixtime #1179
chore(from_unixtime): remove UDF from_unixtime #1179
Conversation
@waynexia |
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.
Nice clean up 👍 Looks good to me
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
Codecov Report
@@ Coverage Diff @@
## develop #1179 +/- ##
===========================================
+ Coverage 85.20% 85.25% +0.04%
===========================================
Files 485 484 -1
Lines 71588 71690 +102
===========================================
+ Hits 61000 61119 +119
+ Misses 10588 10571 -17 |
for some reason |
Head branch was pushed to by a user without write access
@waynexia @killme2008 |
Thanks @etolbakov |
* chore(from_unixtime): remove UDF from_unixtime * chore(from_unixtime): restore timestamp.rs for further usage * chore(from_unixtime): address fmt issue
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
replace our
from_unixtime()
with DataFusion function.Checklist
Refer to a related PR or issue link (optional)
#1103