ThanoshanMV opened a new pull request #16253: URL: https://github.com/apache/shardingsphere/pull/16253
For #6478 Changes proposed in this pull request: - Proofread SQLServer [CREATE ROLE](https://docs.microsoft.com/en-us/sql/t-sql/statements/create-role-transact-sql?view=sql-server-ver15), [ALTER ROLE](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-role-transact-sql?view=sql-server-ver15), and[ DROP ROLE](https://docs.microsoft.com/en-us/sql/t-sql/statements/drop-role-transact-sql?view=sql-server-ver15) statements. - I didn't add new test cases as all the possible test cases are available already. Earlier those SQLs were not parsed correctly and after proofreading they are parsed properly. For example: 1. a. `CREATE ROLE` before:  b. `CREATE ROLE` after:  2. a. `ALTER ROLE` before:  b. `ALTER ROLE` after:  3. a. `DROP ROLE` before:  b. `DROP ROLE` after:  -- 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]
