-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
without tag in index query will be crash #2900
Comments
This query is actually not supported. We'll try to reproduce this issue first. |
same question when i use match (n1)-[r]-(n2) return n1, r,n2 graphd-stderr.log *** Aborted at 1632882226 (Unix time, try 'date -d @1632882226') *** |
nebula 2.5
when I use query "MATCH (v)-[e]-(v2) where v.age == 31 return v" without tag , the graphd will be crashed
maybe you can check all the query of using index ,include edge index .
Details in Chinese Forum https://discuss.nebula-graph.com.cn/t/topic/5823
The text was updated successfully, but these errors were encountered: