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

The column name of the LOOKUP on edge result changed #2930

Closed
randomJoe211 opened this issue Sep 26, 2021 · 2 comments
Closed

The column name of the LOOKUP on edge result changed #2930

randomJoe211 opened this issue Sep 26, 2021 · 2 comments
Assignees
Labels
doc affected PR: improvements or additions to documentation
Milestone

Comments

@randomJoe211
Copy link
Contributor

Nebula Graph version: 2.5.0

As tested and documented in the LOOKUP doc, the result of `LOOKUP on like should be:

nebula)> LOOKUP ON like;
+-------------+----------+-------------+
| _src        | _ranking | _dst        |
+-------------+----------+-------------+
| "player100" | 0        | "player101" |
+-------------+----------+-------------+

But the column names has changed in 2.5.0:

(root@nebula) [basketballplayer]> lookup on follow
+-------------+-------------+---------+
| SrcVID      | DstVID      | Ranking |
+-------------+-------------+---------+
| "player100" | "player101" | 0       |
+-------------+-------------+---------+
| "player100" | "player125" | 0       |
+-------------+-------------+---------+
...

We are not aware that this happened until just a Nebula user found this issue and submitted a PR to modify the doc.

@randomJoe211 randomJoe211 added type/bug Type: something is unexpected incompatible PR: incompatible with the recently released version labels Sep 26, 2021
@Sophie-Xie Sophie-Xie added this to the v2.6.0 milestone Sep 26, 2021
@CPWstatic
Copy link
Contributor

This was introduced in the first version of 2.0.0. We should update the docs.

@CPWstatic CPWstatic added doc affected PR: improvements or additions to documentation and removed type/bug Type: something is unexpected incompatible PR: incompatible with the recently released version labels Sep 29, 2021
@CPWstatic CPWstatic assigned randomJoe211 and unassigned CPWstatic Sep 29, 2021
@randomJoe211
Copy link
Contributor Author

Updated in master doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc affected PR: improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants