Pranaykarvi commented on code in PR #6400:
URL: https://github.com/apache/gravitino/pull/6400#discussion_r1953846016
##########
web/web/src/lib/utils/regex.js:
##########
@@ -17,9 +17,9 @@
* under the License.
*/
-export const nameRegex = /^\w[\w]{0,63}$/
+export const nameRegex = /^[a-zA-Z_][a-zA-Z0-9_/=-]{0,63}$/
Review Comment:
@LauraXia123 over here we should be using this one rather than ```export
const nameRegex = /^\w[\w/=-]{0,63}$/``` because the issue #6399 has a picture
which tell us that it should begin with alphabet or underscore
right?
--
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]