Copilot commented on code in PR #35170: URL: https://github.com/apache/shardingsphere/pull/35170#discussion_r2040650626
########## infra/database/core/src/main/java/org/apache/shardingsphere/infra/database/core/metadata/database/DialectDatabaseMetaData.java: ########## @@ -148,6 +148,15 @@ default boolean isDDLNeedImplicitCommit() { return false; } + /** + * Whether support auto commit when nested transaction. Review Comment: [nitpick] Consider updating the Javadoc to improve clarity and grammar, for example: "Whether to support auto-commit in nested transactions." ```suggestion * Whether to support auto-commit in nested transactions. ``` -- 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