apache / apache/hugegraph

Query edge with invalid vertex(with unmatch vertex label)

Open
#848 0 comments 0 reactions 0 assignees View on GitHub
improvement
Dominant language
Java
Stars
3.2k
Forks
636
Avg merge
3d 11h
Merged PRs (30d)
14

Description

vertex label 1 id strategy: custom string id
vertex label 2 id strategy: custom string id
vertex label 3 id strategy: custom string id

edge label 1: vertex label 1 -> vertex label 2
edge label 2: vertex label 1 -> vertex label 3

add edge for edge label 1: vid1 (with label vl1) -> vid2 (with label vl2)
add edge for edge label 2: vid4 (with label vl1) -> vid2 (expect vl3 but actual vl2)

g.V(vid2).bothE()

![image](https://user-images.githubusercontent.com/9625821/73958517-f7a9f000-4942-11ea-8c07-cb3cc7ce51fb.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.