wangwenzhao1 opened a new issue #9048:
URL: https://github.com/apache/shardingsphere/issues/9048


   ## Question
   
   
   2021-01-15 15:48:32.414  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : Rule Type: sharding
   2021-01-15 15:48:32.414  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : Logic SQL: SELECT u.* FROM user u 
WHERE
                u.name=?
   2021-01-15 15:48:32.414  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : SQLStatement: 
SelectStatement(super=DQLStatement(super=AbstractSQLStatement(type=DQL, 
tables=Tables(tables=[Table(name=user, alias=Optional.of(u))]), 
routeConditions=Conditions(orCondition=OrCondition(andConditions=[])), 
encryptConditions=Conditions(orCondition=OrCondition(andConditions=[])), 
sqlTokens=[TableToken(tableName=user, quoteCharacter=NONE, 
schemaNameLength=0)], parametersIndex=1, logicSQL=SELECT u.* FROM user u WHERE
                u.name=?)), containStar=true, firstSelectItemStartIndex=7, 
selectListStopIndex=9, groupByLastIndex=0, 
items=[StarSelectItem(owner=Optional.of(u))], groupByItems=[], orderByItems=[], 
limit=null, subqueryStatement=null, subqueryStatements=[], 
subqueryConditions=[])
   
   2021-01-15 15:48:32.414  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : Actual SQL: ds0 ::: SELECT u.* FROM 
user_0 u WHERE
                u.name=? ::: ["www"]
   2021-01-15 15:48:32.414  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : Actual SQL: ds0 ::: SELECT u.* FROM 
user_1 u WHERE
                u.name=? ::: ["www"]
   2021-01-15 15:48:32.414  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : Actual SQL: ds0 ::: SELECT u.* FROM 
user_2 u WHERE
                u.name=? ::: ["www"]
   2021-01-15 15:48:32.414  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : Actual SQL: ds1 ::: SELECT u.* FROM 
user_0 u WHERE
                u.name=? ::: ["www"]
   2021-01-15 15:48:32.414  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : Actual SQL: ds1 ::: SELECT u.* FROM 
user_1 u WHERE
                u.name=? ::: ["www"]
   2021-01-15 15:48:32.415  INFO 300928 --- [nio-8084-exec-2] 
ShardingSphere-SQL                       : Actual SQL: ds1 ::: SELECT u.* FROM 
user_2 u WHERE
                u.name=? ::: ["www"]
   
   
   
   
   


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