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 2020/03/19 10:45:18 UTC

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #4835: interface PreciseShardingAlgorithm.doSharding this param PreciseShardingValue type error

kimmking edited a comment on issue #4835: interface PreciseShardingAlgorithm.doSharding this param PreciseShardingValue type error
URL: https://github.com/apache/incubator-shardingsphere/issues/4835#issuecomment-601074075
 
 
   The routeValue is a result of evaluating sharding expression.
   > PreciseShardingValue<Number>
   
   to ensure Integer&Long compatible.
   Or make groovy expression must return a Long type:
   > algorithmExpression: test0${id % 4L}
    

----------------------------------------------------------------
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