Copilot commented on code in PR #35102: URL: https://github.com/apache/shardingsphere/pull/35102#discussion_r2019056365
########## 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 trasaction. Review Comment: Correct the typo 'trasaction' to 'transaction' in the Javadoc comment. ```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