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 3c116434839 Add openGauss timestamp alias select e2e test (#25229)
3c116434839 is described below
commit 3c11643483916e15dfd376c16b2ec3d4a0b2ae96
Author: ZhangCheng <[email protected]>
AuthorDate: Wed Apr 19 17:19:11 2023 +0800
Add openGauss timestamp alias select e2e test (#25229)
---
.../src/test/resources/cases/dql/dql-integration-select-projection.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/e2e/sql/src/test/resources/cases/dql/dql-integration-select-projection.xml
b/test/e2e/sql/src/test/resources/cases/dql/dql-integration-select-projection.xml
index 5f564f21b67..4af834e27c7 100644
---
a/test/e2e/sql/src/test/resources/cases/dql/dql-integration-select-projection.xml
+++
b/test/e2e/sql/src/test/resources/cases/dql/dql-integration-select-projection.xml
@@ -52,7 +52,7 @@
<assertion expected-data-source-name="read_dataset" />
</test-case>
- <test-case sql="SELECT order_id AS id FROM t_order WHERE user_id = ? AND
order_id = ?" db-types="MySQL"
scenario-types="db,tbl,dbtbl_with_readwrite_splitting,readwrite_splitting">
+ <test-case sql="SELECT order_id AS id, creation_date AS timestamp FROM
t_order WHERE user_id = ? AND order_id = ?" db-types="MySQL,openGauss"
scenario-types="db,tbl,dbtbl_with_readwrite_splitting,readwrite_splitting">
<assertion parameters="10:int, 1000:int"
expected-data-source-name="read_dataset" />
</test-case>