Open Yicheng-Wang opened 3 years ago
@imbajin Could you please check whether this bug is related to HugeGraph? Thanks a lot~
I'm not sure, assign other devs to check ⏲️
@Yicheng-Wang The outside()
syntax only supports numeric properties, within()
or without()
syntax supports boolean properties.
Bug Type (问题类型)
gremlin (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
Expected behavior
We executed the query “ g.V().has('person', 'married', outside(true, true))”, and expected to get the vertices whose property ‘married’ was FALSE.
Actual behavior
An exception was thrown:
Example to reproduce
The code and query of same logic will not cause exception in other gremlin-based graph databases.
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response