-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature/index scan limit multiple rules #2966
Feature/index scan limit multiple rules #2966
Conversation
…ature/index-scan-limit-multiple-rules
Codecov Report
@@ Coverage Diff @@
## master #2966 +/- ##
==========================================
- Coverage 85.47% 84.35% -1.12%
==========================================
Files 1229 1264 +35
Lines 110375 112266 +1891
==========================================
+ Hits 94341 94707 +366
- Misses 16034 17559 +1525
Continue to review full report at Codecov.
|
| id | name | dependencies | operator info | | ||
| 4 | DataCollect | 5 | | | ||
| 5 | Sort | 6 | | | ||
| 6 | Project | 7 | | |
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.
The limit is missing in the graph layer
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.
The limit is missing in the graph layer
I think ok, limit node should not appear in the graph layer for this query. WDYT?
lookup on tag where .. limit | limit
should appear both storage and graph layer.
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.
The limit clause of lookup is different with individual limit sentence. It means limit by partition.
Generally looks good for me. PTAL @yixinglu @CPWstatic |
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, quick one
Close #2950