kimmking commented on issue #4597: fix #4565 for distinct bug URL: https://github.com/apache/incubator-shardingsphere/pull/4597#issuecomment-594438718 ================= >Case1: distinct only ========> [INFO ] 2020-03-04 17:39:02,423 --main-- [ShardingSphere-SQL] Rule Type: sharding [INFO ] 2020-03-04 17:39:02,423 --main-- [ShardingSphere-SQL] Logic SQL: select distinct age from user [INFO ] 2020-03-04 17:39:02,423 --main-- [ShardingSphere-SQL] Actual SQL: ds_0 ::: select distinct age from user0 ORDER BY age ASC [INFO ] 2020-03-04 17:39:02,423 --main-- [ShardingSphere-SQL] Actual SQL: ds_0 ::: select distinct age from user1 ORDER BY age ASC [INFO ] 2020-03-04 17:39:02,423 --main-- [ShardingSphere-SQL] Actual SQL: ds_0 ::: select distinct age from user2 ORDER BY age ASC [INFO ] 2020-03-04 17:39:02,423 --main-- [ShardingSphere-SQL] Actual SQL: ds_1 ::: select distinct age from user0 ORDER BY age ASC [INFO ] 2020-03-04 17:39:02,423 --main-- [ShardingSphere-SQL] Actual SQL: ds_1 ::: select distinct age from user1 ORDER BY age ASC [INFO ] 2020-03-04 17:39:02,424 --main-- [ShardingSphere-SQL] Actual SQL: ds_1 ::: select distinct age from user2 ORDER BY age ASC [10] [11] [12] [13] [14] [15] [16] [17]
---------------------------------------------------------------- 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
