X Tutup
The Wayback Machine - https://web.archive.org/web/20201017040555/https://github.com/vesoft-inc/nebula-java/issues/81
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

ngql查询bug #81

Closed
Anyzm opened this issue Mar 31, 2020 · 1 comment
Closed

ngql查询bug #81

Anyzm opened this issue Mar 31, 2020 · 1 comment

Comments

@Anyzm
Copy link
Contributor

@Anyzm Anyzm commented Mar 31, 2020

1、go FROM uuid("b3d8ff87f7e9690bbf33f7afad368a8c") OVER call BIDIRECT where call._dst==uuid("b3d8ff87f7e96978979879878787")
想要查询两个顶点是否在同一条边,如此查询报错,因为条件值后面不能接uuid。

2、go FROM uuid("b3d8ff87f7e9690bbf33f7afad368a8c") OVER use_wifi,use_device YIELD use_wifi._dst as use_wifi_id,use_device._dst as use_device_id | go FROM $-.use_wifi_id,$-.use_device_id OVER use_wifi,use_device REVERSELY
想要查询出边与uuid("b3d8ff87f7e9690bbf33f7afad368a8c") 的出边为共同顶点的顶点,且是多个类型的边,在管道中id列表使用多个变量时报错。

希望查询条件后面可以接uuid,希望id列表可以使用多个变量

@darionyaphet
Copy link
Contributor

@darionyaphet darionyaphet commented Apr 1, 2020

This not the java client's bug. You can republish to nebula's issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup