apache / incubator-hugegraph-doc

HugeGraph Website and Doc
https://hugegraph.apache.org/
Apache License 2.0
65 stars 97 forks source link

[Bug] gremlin query response in `hugegraph hubble` is different from document #286

Open DoodleBears opened 1 year ago

DoodleBears commented 1 year ago

Bug Type (问题类型)

data inconsistency (数据不一致)

Before submit

Environment (环境信息)

Expected & Actual behavior (期望与实际表现)

As shown in picture below, gremlin query response in hugegraph hubble is different from document gremlin 查询边 which includes inV and outV instead of source and target

{
    "id": "S1:marko>2>>S2:lop",
    "label": "created",
    "type": "edge",
    "inVLabel": "software",
    "outVLabel": "person",
    "inV": "2:lop",
    "outV": "1:marko",
    "properties": {
        "weight": 0.4,
        "date": "20171210"
    }
}

image

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

imbajin commented 1 year ago

Known issue https://github.com/apache/incubator-hugegraph-doc/issues/260

Would u like to enhance some of them?

DoodleBears commented 1 year ago

Sure.