-
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
enhance same attribute name for different tags #3255
enhance same attribute name for different tags #3255
Conversation
fa692a9
to
c68a152
Compare
Codecov Report
@@ Coverage Diff @@
## master #3255 +/- ##
========================================
Coverage 85.19% 85.20%
========================================
Files 1304 1306 +2
Lines 121308 122289 +981
========================================
+ Hits 103352 104200 +848
- Misses 17956 18089 +133
Continue to review full report at Codecov.
|
| [[:like "wang"->"zhang" @0 {likeness: 91}]] | | ||
When executing query: | ||
""" | ||
match p= (v:player)-[e:like]->(d) where v.student.age > 19 return v.student.score, v.student.name, v.player.name |
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.
Do we support v{.player.name, .student.name}
?
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.
not support right now
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.
v.{player.name, student.name}
v{.player.name, .student.name}
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.
[e:like:serve]
0b13e85
to
18d4149
Compare
3923a3b
to
0f5d679
Compare
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.
Need to test the previous usage of var.prop
is illegal.
b70d257
to
cca7f0f
Compare
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. But there are a lot conflicts with another pr which implements the openCypher.
7450f59
to
ec492a5
Compare
ec492a5
to
e8065cd
Compare
What type of PR is this?
feature
Which issue(s) this PR fixes:
close #xxx
What this PR does / why we need it?
Add tag information when getting the attributes of the vertex,
Special notes for your reviewer, ex. impact of this fix, etc:
Additional context:
Checklist:
Release notes:
Please confirm whether to reflect in release notes and how to describe: