-
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
rewrite none_direct_dst(e) to e._dst #5287
rewrite none_direct_dst(e) to e._dst #5287
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.
Well Done!
@@ -73,24 +153,25 @@ Feature: Push Filter down Traverse rule | |||
Scenario: push filter down Traverse with complex filter | |||
When profiling query: | |||
""" | |||
MATCH (v:player)-[e:like]->(v2) WHERE v.player.age != 35 and (e.likeness + 100) != 199 |
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 change this?
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.
Adds and none_direct_dst(e) in ["Tony Parker", "Tim Duncan", "Yao Ming"]
to make the filter more complex
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.
We should avoid to change origin test cases, better to add new one.
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.
ok, fixed.
This should be doc related, right? |
7746d3b
to
a0acc46
Compare
Yes |
quote @jievince 's description to
|
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Close #5286
Description:
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: