Skip to content
Discussion options

You must be logged in to vote

@zhengyingying I converted the issue into a Discussion. I think this is most likely related to either #2754 (incorrect usage of Double values in Gremlin Console) or to #2273 .
Please, try using g.E().has('ep2', inside(0.8480583995943037d, 0.5952456882067648d)) instead of g.E().has('ep2', inside(0.8480583995943037, 0.5952456882067648)) and try to reproduce it on 0.6.0 JanusGraph release. In case it's reproducible, please, open a new issue with the reproduction scenario.

Also, your inside query logic isn't correct because you essentially saying .and(P.gt(0.8480583995943037d), P.lt(0.5952456882067648d)) which will always result in false. Probably, you should swap your values.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Mooner97
Comment options

Answer selected by porunov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2751 on August 13, 2021 11:29.