[
https://issues.apache.org/jira/browse/TINKERPOP-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kuppitz closed TINKERPOP-2058.
-------------------------------------
Resolution: Fixed
Fix Version/s: 3.4.0
> 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
> Fix For: 3.4.0
>
>
> 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)