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

Show Create Tag and Edge #497

Closed
wants to merge 1 commit into from
Closed

Show Create Tag and Edge #497

wants to merge 1 commit into from

Conversation

darionyaphet
Copy link
Contributor

nebula> show create tag player
===========================================
|                                 Command |
===========================================
| CREATE TAG player(name string, age int) |
-------------------------------------------
Got 1 rows (Time spent: 189/915 us)

nebula> show create edge serve
===================================================
|                                         Command |
===================================================
| CREATE EDGE serve(start_year int, end_year int) |
---------------------------------------------------
Got 1 rows (Time spent: 167/965 us)

@ayyt
Copy link
Contributor

ayyt commented Jun 5, 2019

Support show create tag/edge xxx, show create space xxx SQL #439 has implement In pr #496

By the way, this is not the function I expected.

@dangleptr
Copy link
Contributor

duplicate with #496 ?

@ayyt
Copy link
Contributor

ayyt commented Jun 6, 2019

duplicate with #496 ?

Yeah, duplicate with #496, refer Issue #439 Support show create tag/edge xxx, show create space xxx SQL

This PR is also not what I expected because there is no intention to Issue PR #439

@dangleptr
Copy link
Contributor

duplicate with #496 ?

Yeah, duplicate with #496, refer Issue #439 Support show create tag/edge xxx, show create space xxx SQL

This PR is also not what I expected because there is no intention to Issue PR #439

If so, please abandon it and give your review comments in #496 @darionyaphet

@darionyaphet darionyaphet deleted the show-create branch June 6, 2019 05:46
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Mar 21, 2022
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

Successfully merging this pull request may close these issues.

3 participants