strongduanmu commented on code in PR #19311:
URL: https://github.com/apache/shardingsphere/pull/19311#discussion_r922969942


##########
shardingsphere-test/shardingsphere-parser-test/src/main/resources/sql/supported/ddl/alter-schema.xml:
##########
@@ -18,4 +18,6 @@
 
 <sql-cases>
     <sql-case id="alter_schema_transfer_ownership" value="ALTER SCHEMA 
HumanResources TRANSFER Person.Address" db-types="SQLServer" />
+    <sql-case id="alter_schema_rename_to" value="ALTER SCHEMA HumanResources 
RENAME TO Hr;" db-types="PostgreSQL" />

Review Comment:
   Can you replace HumanResources and Hr to a more meaningful name?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to