-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
I got a ERROR when I try the sample nGQL---Wrong vertex id type: 100 #2436
Comments
neubla 2.0's default vid type is string. If you want to use int type vid in nebula 2.0, you should specify it when creating space: https://docs.nebula-graph.io/2.0/3.ngql-guide/9.space-statements/1.create-space/ |
Got it,Thanks |
* Fix the crash when lookup parameter expression eval in storage (vesoft-inc#2436) * Small fix for parameter tck (vesoft-inc#2457) Co-authored-by: kyle.cao <kyle.cao@vesoft.com> * Fix crash of list related functions (vesoft-inc#2467) * fix conflicts * fix conflict --------- Co-authored-by: nebula-bots <88429921+nebula-bots@users.noreply.github.com> Co-authored-by: kyle.cao <kyle.cao@vesoft.com>
…t-inc#2436) Co-authored-by: kyle.cao <kyle.cao@vesoft.com>
I use docker run Nebula 2.0 Verison.
And when I try the Guide on "https://docs.nebula-graph.com.cn/manual-CN/1.overview/2.quick-start/1.get-started/"
while I input
I got ERROR info "Wrong vertex id type: 100"
Then , I change my nGQL to
It's running OK...
Is this Version
The text was updated successfully, but these errors were encountered: