November22 opened a new issue #10119: URL: https://github.com/apache/shardingsphere/issues/10119
I specified the generic type as the time type, but in actual use it is indeed a string type, which makes me feel puzzled。 version: 4.1.1 Slice key: create_time SQL:select * from t_trade where create_time >= '2021-07-12' order by create_time desc RangeShardingAlgorithm:  Exception: java.lang.ClassCastException: java.util.Date cannot be cast to java.lang.String -- 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. For queries about this service, please contact Infrastructure at: [email protected]
