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:
[email protected]


With regards,
Apache Git Services

Reply via email to