You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: