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

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

asfgit closed pull request #950: TINKERPOP-2058 Contains predicates should rely 
on Compare predicates
URL: https://github.com/apache/tinkerpop/pull/950
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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