-
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 go statement, id($$) filter is incorrect #4768
Conversation
98ee40e
to
60105fa
Compare
@@ -426,30 +331,6 @@ Feature: Simple case | |||
| 2 | GetDstBySrc | 1 | | | |||
| 1 | Start | | | | |||
| 0 | Start | | | | |||
When profiling query: |
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.
Why delete tests?
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.
Just move them
I think GetDstBySrc should support push-down filter too. But could add in future. |
Could add it in future. But I don't think it will gain much performance improvement against |
Make sense. |
* logging error if any error in step (#4759) Co-authored-by: Sophie <[email protected]> * fix storage job (#4762) Co-authored-by: Sophie <[email protected]> * fix issue 4765 (#4768) * Avoid full scan of match when there is an Relational In predicate (#4748) * Avoid match full scan when has in predicate fix small fix add test case small change add test cases small fix fmt * small delete Co-authored-by: Sophie <[email protected]> Co-authored-by: Harris.Chu <[email protected]> Co-authored-by: Alex Xing <[email protected]> Co-authored-by: jie.wang <[email protected]> Co-authored-by: kyle.cao <[email protected]>
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
fix #4765
Description:
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Because GetDstBySrc doesn't support filter push-down,
replacing
GetNeighbors
withGetDstBySrc
in the following case will not bring performance benefits.So this pr will not optimize this case.
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: