[ 
https://issues.apache.org/jira/browse/TINKERPOP-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17134532#comment-17134532
 ] 

ASF GitHub Bot commented on TINKERPOP-2383:
-------------------------------------------

divijvaidya commented on pull request #1295:
URL: https://github.com/apache/tinkerpop/pull/1295#issuecomment-643480468


   VOTE +1 LGTM!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> has(T,Traversal) does not return results
> ----------------------------------------
>
>                 Key: TINKERPOP-2383
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2383
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.4.7
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Major
>
> {code}
> gremlin> g.V().has(id, is(1L))
> gremlin> g.V().has(label, is('person'))
> gremlin> g.V().has('name', is('marko'))
> ==>v[1]
> {code}
> For some reason {{has(T,Traversal)}} injects a {{PropertiesStep}} which 
> doesn't do anything with {{T}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to