-
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
Fix the lookup limit result. #3171
Fix the lookup limit result. #3171
Conversation
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.
Good job.
Codecov Report
@@ Coverage Diff @@
## master #3171 +/- ##
==========================================
+ Coverage 85.17% 85.29% +0.11%
==========================================
Files 1294 1294
Lines 118261 118250 -11
==========================================
+ Hits 100733 100860 +127
+ Misses 17528 17390 -138
Continue to review full report at Codecov.
|
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.
Are LOOKUP ON like WHERE like.likeness == 90 yield like.likeness limit 3
and LOOKUP ON like WHERE like.likeness == 90 yield like.likeness | limit 3
the same?
Yes. |
Since they are the same, why do we need to design such syntax? |
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
* Fix the lookup limit result. * Stablize the limit cast in multiple storage nodes. * Remove limit clause of lookup.
* Fix the interval time of memory checking in graph background thread (#3175) * Move ScopedTimer from graph to common module * fix PushLimitDownProjRule (#3167) * Fix the lookup limit result (#3171) * Fix the lookup limit result. * Stablize the limit cast in multiple storage nodes. * Remove limit clause of lookup. Co-authored-by: kyle.cao <[email protected]> Co-authored-by: Shylock Hg <[email protected]>
Close #3151 (comment)