-
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: return error while encountering unsupport from in influxql #745
feat: return error while encountering unsupport from in influxql #745
Conversation
Codecov Report
@@ Coverage Diff @@
## main #745 +/- ##
==========================================
+ Coverage 68.43% 68.49% +0.05%
==========================================
Files 294 292 -2
Lines 45712 45401 -311
==========================================
- Hits 31284 31096 -188
+ Misses 14428 14305 -123
... and 2 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. |
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
…che#745) * return error while encountering unsupport from in influxql. * address CR.
Which issue does this PR close?
Closes #
Rationale for this change
Now, we are unable to support from multiple measurements in influxql.
So, we should check and reject them.
What changes are included in this PR?
See title.
Are there any user-facing changes?
Will get error information while pass the influxql which selects from multiple measurement.
How does this change test
Test by ut.