Abyss-lord commented on PR #7258: URL: https://github.com/apache/gravitino/pull/7258#issuecomment-2918095997
> > > One question: Some catalogs are case insensitive. How to handle them? For example, Schema `abc` and `ABC` is the same schema. > > > > > > Since Jcabin caches the metadataId, I think this issue should be addressed by adapting it in the metaCache. > > For this issue, perhaps we should convert the metadataName to all lowercase or uppercase when extracting the metadataId? @xunliu @Abyss-lord > > Some catalogs are case insensitive. But there are some catalogs are not case insensitive. For MySQL, `abc` and `ABC` schema is two schemas. You can see the class `CatalogCapability`. It defines how to handle case sensitive issues. I will implement the normalize logic in this issue: #6783 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
