-
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
Need a tool to dump data from db. #589
Comments
duplicate with #194 |
yixinglu
pushed a commit
to yixinglu/nebula
that referenced
this issue
Mar 21, 2022
till now, we should use STRING to represent a zone, e.g. create space test (...) on "zone1","zone2" , we should always use double quotation mark, the original reason of using STRING is to handle some illegal name like "127.0.0.1zone_1111", and this pr vesoft-inc#3424 could solve the problem. for legal name, we don't need to use double quotation mark. e.g create space test (...) on zone1, zone2 and for illegal name, we could do it like this create space test (...) on \`127.0.0.1zone_1111\`, \`127.0.0.1zone_2222\` #### What type of PR is this? - [ ] bug - [ ] feature - [x] enhancement #### What problem(s) does this PR solve? Issue(s) number: Description: #### How do you solve it? #### Special notes for your reviewer, ex. impact of this fix, design document, etc: #### Checklist: Tests: - [ ] Unit test(positive and negative cases) - [ ] Function test - [ ] Performance test - [ ] N/A Affects: - [ ] Documentation affected (Please add the label if documentation needs to be modified.) - [ ] Incompatibility (If it breaks the compatibility, please describe it and add the label.) - [ ] If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).) - [ ] Performance impacted: Consumes more CPU/Memory #### Release notes: Please confirm whether to be reflected in release notes and how to describe: > ex. Fixed the bug ..... Migrated from vesoft-inc#3780 Co-authored-by: liwenhui-soul <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As title.
The text was updated successfully, but these errors were encountered: