Skip to content
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

Issue with GafferPopVertex properties #3210

Closed
p29876 opened this issue May 14, 2024 · 0 comments · Fixed by #3211
Closed

Issue with GafferPopVertex properties #3210

p29876 opened this issue May 14, 2024 · 0 comments · Fixed by #3211
Assignees
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Milestone

Comments

@p29876
Copy link
Member

p29876 commented May 14, 2024

g.V().properties()

should return

[vp[name->marko]
vp[age->29]
vp[name->vadas]
vp[age->27]
vp[name->lop]
vp[lang->java]
vp[name->josh]
vp[age->32]
vp[name->ripple]
vp[lang->java]
vp[name->peter]
vp[age->35]]

returns

[vp[person->marko],
 vp[person->marko],
 vp[person->vadas],
 vp[person->vadas],
 vp[software->lop],
 vp[software->lop],
 vp[person->josh],
 vp[person->josh],
 vp[software->ripple],
 vp[software->ripple],
 vp[person->peter],
 vp[person->peter]]
@p29876 p29876 added bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module labels May 14, 2024
@p29876 p29876 self-assigned this May 14, 2024
p29876 added a commit that referenced this issue May 14, 2024
Set a proper ID for GafferPopVertexProperties so that equals and hashCode work as expected
simplify GafferPopVertex.properties() method
add unit test to catch error
GCHQDeveloper314 pushed a commit that referenced this issue May 20, 2024
* Gh-3210 Fix GafferPopVertex.properties() output

Set a proper ID for GafferPopVertexProperties so that equals and hashCode work as expected
simplify GafferPopVertex.properties() method
add unit test to catch error
@GCHQDeveloper314 GCHQDeveloper314 added this to the v2.3.0 milestone May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants