WingsGo opened a new issue #3415:
URL: https://github.com/apache/incubator-doris/issues/3415


   **Is your feature request related to a problem? Please describe.**
   I found that we do a constrain in some place such as table name and column 
name , and we use this regex to check `private static final String 
COMMON_NAME_REGEX = "^[a-zA-Z][a-zA-Z0-9_]{0,63}$"` I wonder why we need to 
check it and what's the influence after delete this check?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to