GitHub user tedyu edited a comment on 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. The only tricky part is the downgrade path. If a system with new separator is downgraded, the target (lower) version must have patch which recognizes the new separator. 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]
