-
Notifications
You must be signed in to change notification settings - Fork 209
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 the simplest influxql raw query #710
Conversation
365d30f
to
845055c
Compare
845055c
to
5549300
Compare
5549300
to
7057334
Compare
Codecov Report
@@ Coverage Diff @@
## main #710 +/- ##
==========================================
+ Coverage 67.53% 68.16% +0.62%
==========================================
Files 281 288 +7
Lines 44296 45130 +834
==========================================
+ Hits 29916 30761 +845
+ Misses 14380 14369 -11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
5d3b0db
to
da65f29
Compare
da65f29
to
936cac5
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
* add influxql statement converter(to sql statement). * complete the influxql planner. * add influxql http interface. * address CR.
Which issue does this PR close?
Closes #
Part of #698
Rationale for this change
After #683, we has prepared enough for supporting to do some simplest query by influxql.
In this pr, we add the support above.
What changes are included in this PR?
Are there any user-facing changes?
User can do some simple query by influxql now.
How does this change test
Test by ut and manually.