Copilot commented on code in PR #35102:
URL: https://github.com/apache/shardingsphere/pull/35102#discussion_r2019054140


##########
infra/database/core/src/main/java/org/apache/shardingsphere/infra/database/core/metadata/database/DialectDatabaseMetaData.java:
##########
@@ -147,4 +147,13 @@ default boolean isSupportGlobalCSN() {
     default boolean isDDLNeedImplicitCommit() {
         return false;
     }
+    
+    /**
+     * Whether support DDL in trrasaction.

Review Comment:
   Typographical error in javadoc: 'trrasaction' should be corrected to 
'transaction'.
   ```suggestion
        * Whether support DDL in transaction.
   ```



-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to