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

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

Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/950
  
    VOTE +1


> Contains predicates should rely on Compare predicates
> -----------------------------------------------------
>
>                 Key: TINKERPOP-2058
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2058
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.4.0
>            Reporter: Daniel Kuppitz
>            Assignee: Daniel Kuppitz
>            Priority: Major
>              Labels: breaking
>
> The problem:
> {noformat}
> gremlin> g.V().has("age", eq(32L))
> ==>v[4]
> gremlin> g.V().has("age", within(32L, 35L))
> gremlin> 
> {noformat}
> {{Contains}} predicates should really behave the same way {{Compare}} 
> predicates do.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to