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

[1.2.1] typo, extra comma in nGQL commands #899

Closed
wey-gu opened this issue Aug 24, 2021 · 3 comments
Closed

[1.2.1] typo, extra comma in nGQL commands #899

wey-gu opened this issue Aug 24, 2021 · 3 comments

Comments

@wey-gu
Copy link
Contributor

wey-gu commented Aug 24, 2021

https://docs.nebula-graph.com.cn/1.2.1/manual-CN/1.overview/2.quick-start/4.import-csv-file/

now

nebula> CREATE EDGE follow (degree, int);

expected

nebula> CREATE EDGE follow (degree int);
@whitewum
Copy link
Contributor

great!
can you help to fix this?
Click the pencil button.

@wey-gu
Copy link
Contributor Author

wey-gu commented Aug 24, 2021

great!
can you help to fix this?
Click the pencil button.

Oops, I accidentally directly committed it instead of creating a PR, should I revert and make it into a PR or?

@whitewum
Copy link
Contributor

it 's ok.

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

No branches or pull requests

2 participants