-
Notifications
You must be signed in to change notification settings - Fork 205
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
feat: support rewrite basic raw query in influxql #683
Conversation
f8fa257
to
df38fee
Compare
7847b0b
to
cc210ad
Compare
cc210ad
to
a528599
Compare
Give some example which kinds of QL are supported by this PR. |
9c72796
to
684c1f6
Compare
Codecov Report
@@ Coverage Diff @@
## main #683 +/- ##
==========================================
+ Coverage 67.55% 67.60% +0.05%
==========================================
Files 281 285 +4
Lines 44343 44788 +445
==========================================
+ Hits 29956 30281 +325
- Misses 14387 14507 +120
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
6790141
to
f25cab7
Compare
f25cab7
to
2c415b5
Compare
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
* draft. * implement influxql stmt rewriter. * add tests. * address CR.
Which issue does this PR close?
Part of #698
What changes are included in this PR?
See #698
Are there any user-facing changes?
User can use some simple raw queries in influxql to query data in CeresDB.
How does this change test
Test by ut.