-
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: reuse logical planner in influxdb_iox #730
feat: reuse logical planner in influxdb_iox #730
Conversation
a3271a9
to
ff85e0b
Compare
Codecov Report
@@ Coverage Diff @@
## main #730 +/- ##
==========================================
+ Coverage 68.43% 68.47% +0.03%
==========================================
Files 294 292 -2
Lines 45712 45326 -386
==========================================
- Hits 31284 31036 -248
+ Misses 14428 14290 -138
... and 3 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. |
cb476be
to
e43065a
Compare
e43065a
to
17d005a
Compare
c06b490
to
ac63dbd
Compare
67b58b7
to
3d13d49
Compare
3d13d49
to
eb189a0
Compare
@Rachelint I'm OK with this PR. Let's wait for suggestions from @jiacai2050. |
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
* reust logical planner in influxdb_iox. * fix clippy. * add tests. * fix integration test. * address CR.
Which issue does this PR close?
Closes #724
Rationale for this change
Reust logical planner in influxdb_iox.
See detail
What changes are included in this PR?
See title.
Are there any user-facing changes?
None.
How does this change test
Test by ut.