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

zhangliang 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 f436dca  fix (#6827)
f436dca is described below

commit f436dca1b3019105a81210a5f4adf86d1c95c4c0
Author: JingShang Lu <[email protected]>
AuthorDate: Thu Aug 13 20:17:33 2020 +0800

    fix (#6827)
---
 .../src/test/resources/sharding/index.xml                           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/index.xml
 
b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/index.xml
index 09dcbd9..8a4f754 100644
--- 
a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/index.xml
+++ 
b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-rewrite/src/test/resources/sharding/index.xml
@@ -24,9 +24,9 @@
     </rewrite-assertion>
     
     <rewrite-assertion id="create_index_for_postgresql" db-type="PostgreSQL">
-        <input sql="CREATE INDEX index_name ON t_account ('status')" />
-        <output sql="CREATE INDEX index_name_t_account_0 ON t_account_0 
('status')" />
-        <output sql="CREATE INDEX index_name_t_account_1 ON t_account_1 
('status')" />
+        <input sql="CREATE INDEX index_name ON t_account (status)" />
+        <output sql="CREATE INDEX index_name_t_account_0 ON t_account_0 
(status)" />
+        <output sql="CREATE INDEX index_name_t_account_1 ON t_account_1 
(status)" />
     </rewrite-assertion>
     
     <rewrite-assertion id="drop_index_for_mysql" db-type="MySQL">

Reply via email to