Issues with GafferPop's GetAllElements limitting on proxy stores #3209
Labels
bug
Confirmed or suspected bug
proxy-store
Specific to/touches the proxy-store module
tinkerpop
Specific to/touches the tinkerpop module
Milestone
Describe the bug
This was found testing some of the standard gremlin queries but via the proxy store, there is essentially three smaller but related issues.
GafferPopGraphStep
doesnt actually run the rightvertex()
method on the graph class due to it wrapping the array in a list which pushes it to an override method.The apache utils method for checking the size of the returned iterator seems to have casting issues from LinkedList to Element when using proxy store this could be some deserialisation issue
The text was updated successfully, but these errors were encountered: