meredith620 opened a new pull request, #14531:
URL: https://github.com/apache/doris/pull/14531
# Proposed changes
## Problem summary
Make database, table, column and other names support unicode by changing
`LABEL_REGEX` `COMMON_NAME_REGIEX` `COMMON_TABLE_NAME_REGEX`
`COLUMN_NAME_REGEX` regular expressions in class FeNameFormat.
P.S. @SharpRay has transfered PR #13467 to me, and I‘m responsible for the
task now. There will be some modifications during the review period, so I
create a new PR and the original #13467 could be closed. Thanks.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
- [x] No
- [ ] I don't know
2. Has unit tests been added:
- [x] Yes
- [ ] No
- [ ] No Need
3. Has document been added or modified:
- [ ] Yes
- [x] No
- [ ] No Need
4. Does it need to update dependencies:
- [ ] Yes
- [x] No
5. Are there any changes that cannot be rolled back:
- [ ] Yes (If Yes, please explain WHY)
- [x] No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]