wangjing112 commented on issue #5609: URL: https://github.com/apache/shardingsphere/issues/5609#issuecomment-628604695
select not sharding too. ` [INFO ] 20:07:49.051 [ShardingSphere-Command-5] ShardingSphere-SQL - Logic SQL: /* ApplicationName=DBeaver 7.0.0 - SQLEditor <Script-7.sql> */ select * from t_role_shop where roleId = 36030446286408251 LIMIT 0, 200 [INFO ] 20:07:49.051 [ShardingSphere-Command-5] ShardingSphere-SQL - SQLStatement: SelectStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement@55477531, tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@5ebefa40), tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@5ebefa40, projectionsContext=ProjectionsContext(startIndex=70, stopIndex=70, distinctRow=false, projections=[ShorthandProjection(owner=Optional.empty, actualColumns=[])]), groupByContext=org.apache.shardingsphere.sql.parser.binder.segment.select.groupby.GroupByContext@fccbed0, orderByContext=org.apache.shardingsphere.sql.parser.binder.segment.select.orderby.OrderByContext@40ce5af8, paginationContext=org.apache.shardingsphere.sql.parser.binder.segment.select.pagination.PaginationContext@2ece412d, containsSubquery=false) [INFO ] 20:07:49.051 [ShardingSphere-Command-5] ShardingSphere-SQL - Actual SQL: r_game_sub0 ::: /* ApplicationName=DBeaver 7.0.0 - SQLEditor <Script-7.sql> */ select * from t_role_shop where roleId = 36030446286408251 ` ---------------------------------------------------------------- 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]
