GitHub user tedyu edited a comment on the discussion: How to handle model names with '.' character
That requires bigger change. We can change the internal separator from dot to `^`, e.g. `catalog^schema.v1^Qwen2.5` The persisted model names prior to this change can be left as is - we treat the dots as `^`. Not sure if there has been such breaking change before. GitHub link: https://github.com/apache/gravitino/discussions/7296#discussioncomment-15824666 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
