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

Subgraph result #2638

Closed
Shylock-Hg opened this issue Jul 6, 2021 · 1 comment
Closed

Subgraph result #2638

Shylock-Hg opened this issue Jul 6, 2021 · 1 comment
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@Shylock-Hg
Copy link
Contributor

(root@nebula) [nba]> GET SUBGRAPH 10000000000000 STEPS FROM 'Yao Ming' IN teammate OUT serve
+---------------------------------+----------------------------------------+
| _vertices                       | _edges                                 |
+---------------------------------+----------------------------------------+
| [("Yao Ming" :player{_tag: 2})] | [[:serve "Yao Ming"->"Rockets" @0 {}]] |
+---------------------------------+----------------------------------------+
| [("Rockets" :team{_tag: 3})]    | []                                     |
+---------------------------------+----------------------------------------+
Got 2 rows (time spent 5654/6566 us)

The vertex shouldn't contains tags.

@CPWstatic CPWstatic transferred this issue from vesoft-inc/nebula-graph Aug 27, 2021
@CPWstatic CPWstatic added the type/bug Type: something is unexpected label Aug 27, 2021
@CPWstatic CPWstatic added this to the v2.6.0 milestone Aug 30, 2021
@nevermore3
Copy link
Contributor

fix : #2555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants