Skip to content
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

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

Open
1 task done
DoodleBears opened this issue Sep 18, 2023 · 2 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@DoodleBears
Copy link

Bug Type (问题类型)

data inconsistency (数据不一致)

Before submit

  • I had searched in the issues and found no similar issues.

Environment (环境信息)

  • Server Version: v1.0.0:latest [Docker]
  • Hubble Version: v1.6.0:latest [Docker]
  • Data Size: 2 vertices, 1 edges

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

@DoodleBears DoodleBears added the bug Something isn't working label Sep 18, 2023
@imbajin imbajin transferred this issue from apache/incubator-hugegraph-toolchain Sep 19, 2023
@imbajin
Copy link
Member

imbajin commented Sep 19, 2023

Known issue #260

Would u like to enhance some of them?

@DoodleBears
Copy link
Author

Sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants