You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include configurations and logs if available.
For confirmed bugs, please report:
Version: 0.6.3
Storage Backend: inmemory
Mixed Index Backend:
Link to discussed bug:
Expected Behavior: I expect all vertices can be returned.
Current Behavior: Only return one vertex.
Steps to Reproduce:
I count the number of incoming edges of each vertex and filter vertices with a predicate outside(-1, -2). If a value is less than the first provided number (i.e., -1) or greater than the second (i.e., -2), outside(-1, -2) can filter it. Therefore, we expect all vertices can be returned because the number of their incoming edges should be greater than -2. However, only one vertex is returned.
Please include configurations and logs if available.
For confirmed bugs, please report:
I count the number of incoming edges of each vertex and filter vertices with a predicate
outside(-1, -2)
. If a value is less than the first provided number (i.e.,-1
) or greater than the second (i.e.,-2
),outside(-1, -2)
can filter it. Therefore, we expect all vertices can be returned because the number of their incoming edges should be greater than-2
. However, only one vertex is returned.Stack Trace (if you have one)
The text was updated successfully, but these errors were encountered: