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

change reverse query to return the source vertex of the edge #1358

Closed
jude-zhu opened this issue Nov 29, 2019 · 2 comments
Closed

change reverse query to return the source vertex of the edge #1358

jude-zhu opened this issue Nov 29, 2019 · 2 comments
Labels
good first issue Community: perfect as the first pull request

Comments

@jude-zhu
Copy link
Contributor

vertexA -> [relationship] -> vertexB

Without specifying the return props, Go from vertexB over relationship reversely; returns the dst of the edge, which is vertexB. Should we return the src of the edge for the reverse query?

1

@jude-zhu jude-zhu changed the title [Question] change reverse query to return the source vertex of the edge change reverse query to return the source vertex of the edge Dec 1, 2019
@jude-zhu jude-zhu added the good first issue Community: perfect as the first pull request label Dec 11, 2019
@drdpov
Copy link

drdpov commented Dec 16, 2019

@jude-zhu, can i help with this issue? Seems pretty easy. I'm new to this project, so, what should i start with?

@Shylock-Hg
Copy link
Contributor

@jude-zhu, can i help with this issue? Seems pretty easy. I'm new to this project, so, what should i start with?

Welcome of course. You can solve any issue you want if nobody assigned.
I think you should read the nGQL syntax from the docs first.

@jude-zhu jude-zhu closed this as completed Mar 2, 2020
yixinglu pushed a commit to yixinglu/nebula that referenced this issue Jan 31, 2023
…#1358)

* set job default status as submitted until get some result

* fix conflict

Co-authored-by: Alex Xing <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Community: perfect as the first pull request
Projects
None yet
Development

No branches or pull requests

3 participants