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

GafferPop support for edges with no entities #3319

Closed
cn337131 opened this issue Oct 16, 2024 · 0 comments · Fixed by #3320
Closed

GafferPop support for edges with no entities #3319

cn337131 opened this issue Oct 16, 2024 · 0 comments · Fixed by #3320
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Milestone

Comments

@cn337131
Copy link
Member

Describe the bug
There are still some issues with getting back the vertices (ids) from edges that have vertices with no entities associated. This issue aims to address this.

To Reproduce
Add an edge with no associated entities - e.g. 7 - knows -> 8 to modern gremlin graph
Run a g.V("7").out("knows").toList()
Should get nothing back.

Expected behaviour
Expect to get "8"

@cn337131 cn337131 added the bug Confirmed or suspected bug label Oct 16, 2024
@cn337131 cn337131 added this to the 2.3.1 milestone Oct 16, 2024
@cn337131 cn337131 added the tinkerpop Specific to/touches the tinkerpop module label Oct 16, 2024
wb36499 added a commit that referenced this issue Oct 21, 2024
* bug fix, tests and schema fix

* checkstyle fixes

* typos

---------

Co-authored-by: wb36499 <[email protected]>
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.

1 participant