terrymanu opened a new issue, #33777: URL: https://github.com/apache/shardingsphere/issues/33777
The key of String on CaseInsensitiveMap can not handle identifier with quote and different of database dialects. It is better to create a new class to replace all CaseInsensitiveMap in metadata module. The tasks are: 1. Create `ShardingSphereMetaDataIdentifier` to instead of all String key of CaseInsensitiveMap/HashMap in metadata module; 2. Create `DatabaseDialectMetaDataIdentifierHandler` to process different database dialects. 3. Use `ShardingSphereMetaDataIdentifier` on ShardingSphereTable/ShardingSphereSchema/ShardingSphereDatabase etc. -- 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]
