Copilot commented on code in PR #4071: URL: https://github.com/apache/doris-website/pull/4071#discussion_r3801998599
########## docs/data-operate/transaction.md: ########## @@ -381,9 +381,6 @@ mysql> SELECT * FROM dt3; * When using JDBC to connect to Doris for transactional operations, add `useLocalSessionState=true` in the JDBC URL; otherwise the error `This is in a transaction, only insert, update, delete, commit, rollback is acceptable.` may be raised. Review Comment: This PR removes the previous limitation note but doesn’t add any replacement text to clarify the new supported behavior. To avoid ambiguity for readers (especially those on older patch/minor releases within the same doc track), consider adding a short bullet stating that Merge-on-Write transactional writes are supported in compute-storage decoupled/cloud mode starting from the version where behavior changed (and/or any prerequisites), or link to the relevant feature/support matrix. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
