[
https://issues.apache.org/jira/browse/TINKERPOP-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740731#comment-17740731
]
ASF GitHub Bot commented on TINKERPOP-2965:
-------------------------------------------
spmallette opened a new pull request, #2124:
URL: https://github.com/apache/tinkerpop/pull/2124
https://issues.apache.org/jira/browse/TINKERPOP-2965
This problem showed up in 3.5.6/3.6.3 after TINKERPOP-2919 which improved
performance. The changes failed to properly propogate labels up from child
traversals into the TraversalParent cache it created. As a result, labels
started shifting around when they shouldn't have.
VOTE +1
> FilterRankingStrategy removing labels it shouldn't in certain conditions
> ------------------------------------------------------------------------
>
> Key: TINKERPOP-2965
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2965
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.6.3
> Reporter: Stephen Mallette
> Assignee: Stephen Mallette
> Priority: Critical
>
> This traversal demonstrates it:
> {code}
> g.V().as('n').where(
> __.or(
> __.select('n').hasLabel('Tag'),
> __.select('n').hasLabel('Person')
> )
> ).select('n').project('n').by(__.valueMap().with('~tinkerpop.valueMap.tokens'))
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)