strongduanmu commented on issue #14175:
URL: 
https://github.com/apache/shardingsphere/issues/14175#issuecomment-999221824


   Hi @SirMin I used the demo that you provided for testing, but there was no 
exception.
   
   ```
   09:46:50.302 [main] INFO ShardingSphere-SQL - Logic SQL: select id, name, 
sharding_key, create_time from t_user group by name
   09:46:50.302 [main] INFO ShardingSphere-SQL - SQLStatement: 
MySQLSelectStatement(limit=Optional.empty, lock=Optional.empty, 
window=Optional.empty)
   09:46:50.302 [main] INFO ShardingSphere-SQL - Actual SQL: ds0 ::: select id, 
name, sharding_key, create_time from t_user0 group by name ORDER BY name ASC 
   09:46:50.302 [main] INFO ShardingSphere-SQL - Actual SQL: ds0 ::: select id, 
name, sharding_key, create_time from t_user1 group by name ORDER BY name ASC 
   09:46:50.302 [main] INFO ShardingSphere-SQL - Actual SQL: ds1 ::: select id, 
name, sharding_key, create_time from t_user0 group by name ORDER BY name ASC 
   09:46:50.302 [main] INFO ShardingSphere-SQL - Actual SQL: ds1 ::: select id, 
name, sharding_key, create_time from t_user1 group by name ORDER BY name ASC 
   2021-12-14 17:37:55.0
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to