-
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: convert the influxql result using influxdb format #758
feat: convert the influxql result using influxdb format #758
Conversation
a42c132
to
2d9282e
Compare
2d9282e
to
5d40736
Compare
5d40736
to
87d874e
Compare
87d874e
to
6386b6f
Compare
Codecov Report
@@ Coverage Diff @@
## main #758 +/- ##
==========================================
+ Coverage 68.18% 68.45% +0.26%
==========================================
Files 296 296
Lines 46057 46645 +588
==========================================
+ Hits 31405 31930 +525
- Misses 14652 14715 +63
... and 8 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
3947216
to
0829230
Compare
0829230
to
3b6c41b
Compare
e07aebb
to
d8047c5
Compare
* draft. * add tests. * fix integration test. * address CR. * eliminate the useless else clause. * refactor convert failure handling --------- Co-authored-by: jiacai2050 <dev@liujiacai.net>
Which issue does this PR close?
Closes #
Rationale for this change
Now, we return the influxql result using our inner format rather than influxdb format, we should modify it to the latter.
What changes are included in this PR?
Convert the influxql result to influxdb format.
Are there any user-facing changes?
Get the influxdb compatible result when using influxql to query data.
How does this change test
Test by ut.