The bug getting edge attributes based on edge ids #4371
Unanswered
w158937299
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This does not look correct. JanusGraph edge IDs are strings like |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version: 1.0.0
Storage Backend: inmemory
Mixed Index Backend: elasticresearch-8.6.0
API/Driver: Gremlin-python 3.2.6
Steps to Reproduce:
As shown in this figure, Query 1 returned the IDs of all edges in the graph data, and Query 2 had both graph database engines attempt to fetch corresponding attributes based on the edge IDs they queried, but both returned empty sets. Query 3 returned the attributes of all existing edges in the graph data, proving that edge attributes do exist. Query 4 was able to correctly retrieve results for corresponding attributes based on node IDs. We found it strange that Janusgraph were unable to execute operations to query corresponding attributes based on edge IDs.
Beta Was this translation helpful? Give feedback.
All reactions