mymilkbottles opened a new issue #1819: use “>” or ">=" instead of "between and" to query, rangeShardingAlgorithm not work URL: https://github.com/apache/incubator-shardingsphere/issues/1819 if my sql don't use "between and" to query, RangeShardingAlgorithm will not work. for example : to compare datetime, use “>” or ">=" will lead RangeShardingAlgorithm route sql to logicTable instead of Actual table. In simple terms, rangeShardingAlgorithm is not work for query route. how to fix this problem? thx!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
