GitHub user mchades added a comment to the discussion: How to handle model 
names with '.' character

> Currently we don't support “.” in the model name, because we use "." as a 
> namespace delimiter, if there's a dot in the name, it will make the code 
> confuse. 

encoding `."` externally is one method. 

Another approach is to allow users to use double quotes to represent each 
namespace level and name, ensuring they are not split during parsing. such as 
`catalog.schema."Qwen2.5"`, `catalog."schema.v1"."Qwen2.5"`

GitHub link: 
https://github.com/apache/gravitino/discussions/7296#discussioncomment-13307615

----
This is an automatically sent email for dev@gravitino.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@gravitino.apache.org

Reply via email to