ShardingSphere官网文档
https://shardingsphere.apache...
一、老版本TreeMap问题
在5.0.0之前的ShardingResultSet
中应用的TreeMap
设置的不分大小写导致的,这个源码中写死的。
1.1 标志性热点
二、5.0.0版本之后去掉了TreeMap
在5.0.0版本之后,源码中用了新的后果集类ShardingSphereResultSet
,并且用CaseInsensitiveMap
取代了TreeMap
。
三、附
github上曾经有人提过相干的issue:https://github.com/apache/sha...