gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 354 forks source link

GafferPop not filtering edges by label #3203

Closed p29876 closed 1 month ago

p29876 commented 2 months ago

Describe the bug The following gremlin query fails in the Cucumber test suite

g.V().choose(__.out('knows').count().is(P.gt(0)),
             __.out("knows"),
             __.identity())
      .values('name')

This is due to out('knows') not filtering the edges