-
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
feat - schema support chinese #3380
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3380 +/- ##
==========================================
+ Coverage 85.23% 85.27% +0.04%
==========================================
Files 1277 1278 +1
Lines 119088 119149 +61
==========================================
+ Hits 101502 101603 +101
+ Misses 17586 17546 -40
Continue to review full report at Codecov.
|
Better to support other languages by the way. |
This change supports most multi-byte UTF-8 languages, such as : |
What type of PR is this?
What does this PR do?
$ CREATE TAG `队伍`(`名字` string);
$ DESCRIBE TAG `队伍`
Then the result should be, in any order:
| Field | Type | Null | Default | Comment |
| "名字" | "string" | "YES" | EMPTY | EMPTY |
Which issue(s)/PR(s) this PR relates to?
#2120 tag and tag schema support Chinese or UTF-8
Special notes for your reviewer, ex. impact of this fix, etc:
Additional context:
Checklist:
Release notes:
Please confirm whether to reflect in release notes and how to describe: