GitHub user tedyu added a comment to the discussion: How to handle model names with '.' character
Another option without double quoting is to treat the 3rd dot (and beyond) as part of the model name. e.g. for `catalog.schema.Qwen2.5`, `Qwen2.5` is the model name. This way, kafka topic names with dots are accommodated. GitHub link: https://github.com/apache/gravitino/discussions/7296#discussioncomment-15812024 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
