Incorrect query results for the Gremlin API outE().hasLabel() with multiple edge labels #1969
Closed
1 task done
Labels
bug
Something isn't working
Bug Type (问题类型)
No response
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
The reproduce code as follows.
We create three vertices and two edges.
When we execute the query
g.V().outE('el0','el1').hasLabel('el0')
, we expect the edgeedge1
can be obtained. However, an exceptionIllegal key 'LABEL' with more than one value
was thrown.We find that a closed issue (#1735) reported the same bug, and it seems to be fixed. Unfortunately, we still find the same bug. Maybe it deserves further investigation?
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: