-
Notifications
You must be signed in to change notification settings - Fork 325
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
refactor: not allowed int64 type as time index #2460
refactor: not allowed int64 type as time index #2460
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2460 +/- ##
===========================================
+ Coverage 77.55% 84.48% +6.93%
===========================================
Files 717 725 +8
Lines 112479 115051 +2572
===========================================
+ Hits 87228 97198 +9970
+ Misses 25251 17853 -7398 |
Co-authored-by: dennis zhuang <killme2008@gmail.com>
@v0y4g3r PTAL |
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
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
* refactor: remove is_timestamp_compatible. * chore: fmt * refactor: remove int64 to timestamp match * chore * chore: apply suggestions from code review Co-authored-by: dennis zhuang <killme2008@gmail.com> * chore: fmt --------- Co-authored-by: dennis zhuang <killme2008@gmail.com>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
Please explain IN DETAIL what the changes are in this PR and why they are needed:
main change:
is_timestamp_compatible()
fromdatatype
trait.int64
=>timestamp
from match arms.int64
totimestamp
from mito2.Checklist
Refer to a related PR or issue link (optional)