Pranaykarvi opened a new pull request, #6400: URL: https://github.com/apache/gravitino/pull/6400
### Issue #6399: UI Should Allow Hyphen in Fileset Name #### Issue Description The UI was incorrectly rejecting file names containing hyphens when creating a fileset. Although hyphens were allowed in the name specification in the regular expression, the validation did not properly account for them. #### Solution The issue was resolved by modifying the validation schema for the `key` field within the `propItems` array. The regular expression for the `key` was updated to: ```js /^[a-zA-Z_][a-zA-Z0-9_-]*$/ -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org