This is an automated email from the ASF dual-hosted git repository.
totalo 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 d527c00deb6 Remove openGauss db-types for group_concat e2e test case
(#34058)
d527c00deb6 is described below
commit d527c00deb6b19926e0a3a62f5cc389864f0c2d1
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Sat Dec 14 21:07:35 2024 +0800
Remove openGauss db-types for group_concat e2e test case (#34058)
---
.../e2e/sql/src/test/resources/cases/dql/e2e-dql-select-aggregate.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/test/e2e/sql/src/test/resources/cases/dql/e2e-dql-select-aggregate.xml
b/test/e2e/sql/src/test/resources/cases/dql/e2e-dql-select-aggregate.xml
index 643f8d69e48..f4bd5b48092 100644
--- a/test/e2e/sql/src/test/resources/cases/dql/e2e-dql-select-aggregate.xml
+++ b/test/e2e/sql/src/test/resources/cases/dql/e2e-dql-select-aggregate.xml
@@ -145,11 +145,11 @@
<assertion parameters="abc:String"
expected-data-source-name="read_dataset" />
</test-case>
- <test-case sql="SELECT GROUP_CONCAT(o.remark) as order_id_group_concat
FROM t_order o where o.order_id > 1 - 1" db-types="MySQL,openGauss"
scenario-types="db,tbl,dbtbl_with_readwrite_splitting,readwrite_splitting,db_tbl_sql_federation">
+ <test-case sql="SELECT GROUP_CONCAT(o.remark) as order_id_group_concat
FROM t_order o where o.order_id > 1 - 1" db-types="MySQL"
scenario-types="db,tbl,dbtbl_with_readwrite_splitting,readwrite_splitting,db_tbl_sql_federation">
<assertion expected-data-source-name="read_dataset" />
</test-case>
- <test-case sql="SELECT GROUP_CONCAT(distinct o.remark SEPARATOR ' ') as
order_id_group_concat FROM t_order o where o.order_id > 1 - 1"
db-types="MySQL,openGauss"
scenario-types="db,tbl,dbtbl_with_readwrite_splitting,readwrite_splitting">
+ <test-case sql="SELECT GROUP_CONCAT(distinct o.remark SEPARATOR ' ') as
order_id_group_concat FROM t_order o where o.order_id > 1 - 1" db-types="MySQL"
scenario-types="db,tbl,dbtbl_with_readwrite_splitting,readwrite_splitting">
<assertion expected-data-source-name="read_dataset" />
</test-case>
</e2e-test-cases>