strongduanmu opened a new issue, #25385: URL: https://github.com/apache/shardingsphere/issues/25385
In issue #25349, I refactor ShardingSphereTable to avoid direct access to the internal map object by adding some public methods. Because the internal map object converts the key to lowercase in order to be case-compatible, and the external logic can not guarantee that all the operations are converted to lowercase after obtaining the map, so it will lead to some logical errors. The same problem exists in ShardingSphereMetaData, ShardingSphereDatabase and ShardingSphereSchema, where we need to do some refactoring to avoid internal map objects being accessed. - [ ] refactor ShardingSphereMetaData and call usage - [ ] refactor ShardingSphereDatabase and call usage - [ ] refactor ShardingSphereSchema and call usage -- 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]
