Janusgraph could not deal with abnormal range queries for Predicate #2755
Replies: 2 comments 1 reply
-
Hi @zhengyingying , could it be related to #2273 ? |
Beta Was this translation helpful? Give feedback.
-
@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 . Also, your |
Beta Was this translation helpful? Give feedback.
-
For confirmed bugs, please report:
When we execute the query
g.E().has('ep2', inside(0.8480583995943037, 0.5952456882067648))
, we want search edges in which the value of property 'ep2' is within the range of the twp specified values.Now, an exception
java.lang.illegalArgumentException
was throw.Stack Trace (if you have one)
Beta Was this translation helpful? Give feedback.
All reactions