You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/11/11 07:16:33 UTC

[GitHub] [incubator-shardingsphere] lyricsqq opened a new issue #3500: Paging problems

lyricsqq opened a new issue #3500: Paging problems
URL: https://github.com/apache/incubator-shardingsphere/issues/3500
 
 
   Version number 4.0.0-RC2:
   When I execute the following SQL:
   select count(0) from ( select devId from t_check_task where status=1 and executeTime BETWEEN '2018' and '2019' ) b
   
   The exception is generated in the parsingsqlrouter class in isSameShardingCondition
   Cause: java.lang.ClassCastException: org.apache.shardingsphere.core.strategy.route.value.RangeRouteValue cannot be cast to org.apache.shardingsphere.core.strategy.route.value.ListRouteValue]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services