-
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
refactor: bump datafusion, add influxql aggregator support #778
Conversation
Codecov Report
@@ Coverage Diff @@
## main #778 +/- ##
==========================================
- Coverage 68.16% 67.96% -0.21%
==========================================
Files 295 294 -1
Lines 46873 46561 -312
==========================================
- Hits 31951 31644 -307
+ Misses 14922 14917 -5
... and 14 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
* bump datafusion to latest * fix Predicate * bump sql parser * pass all tables when build influxql plan * convert schema to influxql * bump influxql * remove unwrap * fix ut * fix integration tests * fix dyn_hash * add integration test * add comments * fix CR
Which issue does this PR close?
Closes #
Rationale for this change
Currently only raw query is supported, aggregator is next step for influxql support.
What changes are included in this PR?
Are there any user-facing changes?
Yes, influxql aggregator is supported now.
How does this change test
CI