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

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

spmallette opened a new pull request #1295:
URL: https://github.com/apache/tinkerpop/pull/1295


   https://issues.apache.org/jira/browse/TINKERPOP-2383
   
   That has() was using PropertiesStep, but properties() doesn't process T 
values.
   
   ```text
   gremlin> g.V().has(label, is('software'))
   ==>v[3]
   ==>v[5]
   gremlin> g.V().has(id, is(6))
   ==>v[6]
   ```
   
   All tests pass with `docker/build.sh -t -n -i`
   
   VOTE +1


----------------------------------------------------------------
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