[ https://issues.apache.org/jira/browse/TINKERPOP-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yang Xia closed TINKERPOP-1368. ------------------------------- Resolution: Won't Do Closing given [discussion|https://lists.apache.org/thread/om2m0phg25s83529p9w0gldmcxz7578h] - it can be reopened if there is expectation that there will be active work on this item. > Labeled paths shouldn't use order in equality. > ---------------------------------------------- > > Key: TINKERPOP-1368 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1368 > Project: TinkerPop > Issue Type: Improvement > Components: process > Affects Versions: 3.2.0-incubating > Reporter: Marko A. Rodriguez > Priority: Major > > Path equality is based on path segments being equal and ordered the same. > Labeled paths should not assume segment order. In fact, we should have a new > {{Path}} implementation that is like {{MapPath}}. > {code} > public class MapPath { > Map<String, List<Object>> > } > {code} > For each label, the objects that are referenced by that label. > From there bulking will be more likely for labeled path traversals > (especially in {{match()}}-based traversals where runtime pattern ordering > can cause different path sorts). -- This message was sent by Atlassian Jira (v8.20.10#820010)