tristaZero commented on a change in pull request #4789: ref 4671
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4789#discussion_r395571989
 
 

 ##########
 File path: sharding-sql-test/src/main/resources/sql/supported/ddl/create.xml
 ##########
 @@ -24,8 +24,8 @@
     <sql-case id="create_global_temporary_table" value="CREATE GLOBAL 
TEMPORARY TABLE t_temp_log(id int, status varchar(10))" 
db-types="Oracle,PostgreSQL" />
     <sql-case id="create_local_temp_table" value="CREATE LOCAL TEMP TABLE 
t_temp_log(id int, status varchar(10))" db-types="PostgreSQL" />
     <sql-case id="create_unlogged_table" value="CREATE UNLOGGED TABLE t_log(id 
int, status varchar(10))" db-types="PostgreSQL" />
-    <sql-case id="create_index" value="CREATE INDEX t_log_index ON t_log (id)" 
/>
-    <sql-case id="create_unique_index" value="CREATE UNIQUE INDEX t_log_index 
ON t_log (id)" />
+    <sql-case id="create_index" value="CREATE INDEX t_log_index ON t_log 
(id)"/>
+    <sql-case id="create_unique_index" value="CREATE UNIQUE INDEX t_log_index 
ON t_log (id)"/>
 
 Review comment:
   Hi You should reverse those changes, for spaces is needed.

----------------------------------------------------------------
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

Reply via email to