Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.4
-
None
Description
TinkerGraphCountStrategy isn't dealing with CollectingBarrierStep properly:
gremlin> g.V().sample(2) ==>v[3] ==>v[5] gremlin> g.V().sample(2).count() ==>6
Attachments
Issue Links
- is duplicated by
-
TINKERPOP-2812 bug of "count()" after "order()"
- Closed