kimmking commented on issue #6982:
URL: https://github.com/apache/shardingsphere/issues/6982#issuecomment-679480078


   it's a bug.
   
   > select (1+id) as iid from test;
   
   is ok. 
   
   > select (1+id)+2 as iid from test;
   
   will be not sharding.


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


Reply via email to