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 without properties #2494

Closed
Shylock-Hg opened this issue Aug 11, 2021 · 5 comments
Closed

Subgraph result without properties #2494

Shylock-Hg opened this issue Aug 11, 2021 · 5 comments
Assignees
Labels
duplicate Solution: this issue or pull request already exists 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.

@nevermore3
Copy link
Contributor

use : get subgraph with prop

@Shylock-Hg
Copy link
Contributor Author

use : get subgraph with prop

What's this?

@nevermore3
Copy link
Contributor

use : get subgraph with prop

What's this?

new syntax, consistent with find path

@Shylock-Hg
Copy link
Contributor Author

Shylock-Hg commented Aug 24, 2021

use : get subgraph with prop

What's this?

new syntax, consistent with find path

I know, I means the result of get subgraph without properties shouldn't contains tags.

@nevermore3
Copy link
Contributor

use : get subgraph with prop

What's this?

new syntax, consistent with find path

I know, I means the result of get subgraph without properties shouldn't contains tags.

fix : #2555

@CPWstatic CPWstatic added this to the v2.6.0 milestone Aug 27, 2021
@CPWstatic CPWstatic added the duplicate Solution: this issue or pull request already exists label Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Solution: this issue or pull request already exists type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants