[ https://issues.apache.org/jira/browse/TINKERPOP-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephen Mallette closed TINKERPOP-2928. --------------------------------------- Fix Version/s: 3.7.0 3.6.3 Assignee: Stephen Mallette Resolution: Fixed as CTR: https://github.com/apache/tinkerpop/commit/b298763204ab179128cd90bc3f8f166aed72e230 > element() not working in conjunction with edge properties > --------------------------------------------------------- > > Key: TINKERPOP-2928 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2928 > Project: TinkerPop > Issue Type: Bug > Components: process > Affects Versions: 3.6.2 > Reporter: Stephen Mallette > Assignee: Stephen Mallette > Priority: Critical > Fix For: 3.7.0, 3.6.3 > > > duplicates?? > {code} > gremlin> g.E().properties('weight').element() > ==>e[7][1-knows->2] > ==>e[8][1-knows->4] > ==>e[8][1-knows->4] > ==>e[9][1-created->3] > ==>e[9][1-created->3] > ==>e[12][6-created->3] > {code} > oh...right...bulking: > {code} > gremlin> g.withoutStrategies(LazyBarrierStrategy).E().properties().element() > ==>e[7][1-knows->2] > ==>e[8][1-knows->4] > ==>e[9][1-created->3] > ==>e[10][4-created->5] > ==>e[11][4-created->3] > ==>e[12][6-created->3] > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)