You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2021/01/18 15:05:28 UTC

[shardingsphere] branch master updated: Fix dataset error for dbtbl_with_replica_query (#9083)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 323bfb2  Fix dataset error for dbtbl_with_replica_query (#9083)
323bfb2 is described below

commit 323bfb2cb92f7c686d58c9b79fe1629e2543fdf9
Author: Liang Zhang <te...@163.com>
AuthorDate: Mon Jan 18 23:05:02 2021 +0800

    Fix dataset error for dbtbl_with_replica_query (#9083)
    
    * Fix data source config error for dbtbl_with_replica_query
    
    * Fix dataset error for dbtbl_with_replica_query
---
 .../select_group_by_with_avg.xml                     | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/dbtbl_with_replica_query/select_group_by_with_avg.xml b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/dbtbl_with_replica_query/select_group_by_with_avg.xml
index fd705ff..d17d86e 100644
--- a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/dbtbl_with_replica_query/select_group_by_with_avg.xml
+++ b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/dbtbl_with_replica_query/select_group_by_with_avg.xml
@@ -20,14 +20,14 @@
         <column name="orders_avg" />
         <column name="user_id" />
     </metadata>
-    <row values="1004.5000, 10, 10" />
-    <row values="1104.5000, 11, 10" />
-    <row values="1204.5000, 12, 10" />
-    <row values="1304.5000, 13, 10" />
-    <row values="1404.5000, 14, 10" />
-    <row values="1504.5000, 15, 10" />
-    <row values="1604.5000, 16, 10" />
-    <row values="1704.5000, 17, 10" />
-    <row values="1804.5000, 18, 10" />
-    <row values="1904.5000, 19, 10" />
+    <row values="1004.5000, 10" />
+    <row values="1104.5000, 11" />
+    <row values="1204.5000, 12" />
+    <row values="1304.5000, 13" />
+    <row values="1404.5000, 14" />
+    <row values="1504.5000, 15" />
+    <row values="1604.5000, 16" />
+    <row values="1704.5000, 17" />
+    <row values="1804.5000, 18" />
+    <row values="1904.5000, 19" />
 </dataset>