-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
fix(databend): databend time grain expression #26378
fix(databend): databend time grain expression #26378
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #26378 +/- ##
==========================================
- Coverage 69.17% 69.17% -0.01%
==========================================
Files 1945 1945
Lines 75979 75982 +3
Branches 8476 8476
==========================================
+ Hits 52562 52564 +2
- Misses 21227 21228 +1
Partials 2190 2190
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
(cherry picked from commit 3a0391b)
(cherry picked from commit 3a0391b)
SUMMARY
Fix the time_grain_expression in databend.
Fixes #26360
TESTING INSTRUCTIONS
Create databend database -> create dataset -> edit chart -> select timestamp field -> select Time Grain. There are time grain options to be selected.
ADDITIONAL INFORMATION