[ https://issues.apache.org/jira/browse/TINKERPOP-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740793#comment-17740793 ]
ASF GitHub Bot commented on TINKERPOP-2965: ------------------------------------------- spmallette commented on PR #2124: URL: https://github.com/apache/tinkerpop/pull/2124#issuecomment-1624262406 all of them, 3.5.7, 3.6.5 and 3.7.0 > 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)