[jira] [Closed] (TINKERPOP-2891) Inconsistent behavior when comparing a counted value with a negative value

2023-04-17 Thread Valentyn Kahamlyk (Jira)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Valentyn Kahamlyk closed TINKERPOP-2891.

Resolution: Fixed

> Inconsistent behavior when comparing a counted value with a negative value
> --
>
> Key: TINKERPOP-2891
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2891
> Project: TinkerPop
>  Issue Type: Bug
>  Components: process
>Affects Versions: 3.5.5
>Reporter: Lei Tang
>Assignee: Valentyn Kahamlyk
>Priority: Critical
> Fix For: 3.7.0, 3.6.3, 3.5.6
>
>
> I compare a value that should be greater than or equal to 0 with a negative 
> value. 
> {code:java}
> gremlin> :> g.V().where(__.in().count().is(eq(-3)))
> Not a legal range: [0, -2]
> gremlin> :> g.V().where(__.in().count().is(eq(-2))){code}
> I find that Tinkergraph throws an exception when comparing negative values 
> less than -2, but does nothing when comparing with  -2.
> I'm curious why they behave differently. 
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Closed] (TINKERPOP-2891) Inconsistent behavior when comparing a counted value with a negative value

2023-04-17 Thread Valentyn Kahamlyk (Jira)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Valentyn Kahamlyk closed TINKERPOP-2891.

Resolution: Fixed

> Inconsistent behavior when comparing a counted value with a negative value
> --
>
> Key: TINKERPOP-2891
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2891
> Project: TinkerPop
>  Issue Type: Bug
>  Components: process
>Affects Versions: 3.5.5
>Reporter: Lei Tang
>Priority: Critical
> Fix For: 3.7.0, 3.6.3, 3.5.6
>
>
> I compare a value that should be greater than or equal to 0 with a negative 
> value. 
> {code:java}
> gremlin> :> g.V().where(__.in().count().is(eq(-3)))
> Not a legal range: [0, -2]
> gremlin> :> g.V().where(__.in().count().is(eq(-2))){code}
> I find that Tinkergraph throws an exception when comparing negative values 
> less than -2, but does nothing when comparing with  -2.
> I'm curious why they behave differently. 
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Closed] (TINKERPOP-2891) Inconsistent behavior when comparing a counted value with a negative value

2023-04-14 Thread Valentyn Kahamlyk (Jira)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Valentyn Kahamlyk closed TINKERPOP-2891.

Resolution: Fixed

> Inconsistent behavior when comparing a counted value with a negative value
> --
>
> Key: TINKERPOP-2891
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2891
> Project: TinkerPop
>  Issue Type: Bug
>  Components: process
>Affects Versions: 3.5.5
>Reporter: Lei Tang
>Priority: Critical
>
> I compare a value that should be greater than or equal to 0 with a negative 
> value. 
> {code:java}
> gremlin> :> g.V().where(__.in().count().is(eq(-3)))
> Not a legal range: [0, -2]
> gremlin> :> g.V().where(__.in().count().is(eq(-2))){code}
> I find that Tinkergraph throws an exception when comparing negative values 
> less than -2, but does nothing when comparing with  -2.
> I'm curious why they behave differently. 
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)