GitHub user tedyu added a comment to the discussion: How to handle model names with '.' character
`internal separator` first applies to in-memory representation where `^` is used. It also applies to persisted form in data store. The parsing logic is enhanced to search for `^` in the string. If `^` is not found, the format defaults to previous version. bq. Should the user be aware of this? There is no impact on user other than the allowance of using dots in model names. GitHub link: https://github.com/apache/gravitino/discussions/7296#discussioncomment-15884820 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
