Re: [PR] [fix](txn insert) txn insert show error url [doris]

2024-12-11 Thread via GitHub
liaoxin01 merged PR #45254: URL: https://github.com/apache/doris/pull/45254 -- 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: commits-unsubscr...@doris.ap

Re: [PR] [fix](txn insert) txn insert show error url [doris]

2024-12-11 Thread via GitHub
github-actions[bot] commented on PR #45254: URL: https://github.com/apache/doris/pull/45254#issuecomment-2535611967 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](txn insert) txn insert show error url [doris]

2024-12-11 Thread via GitHub
github-actions[bot] commented on PR #45254: URL: https://github.com/apache/doris/pull/45254#issuecomment-2535611828 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](txn insert) txn insert show error url [doris]

2024-12-10 Thread via GitHub
doris-robot commented on PR #45254: URL: https://github.com/apache/doris/pull/45254#issuecomment-2531473206 TeamCity be ut coverage result: Function Coverage: 38.80% (10106/26046) Line Coverage: 29.69% (84716/285307) Region Coverage: 28.77% (43496/151206) Branch Coverage: 25.

Re: [PR] [fix](txn insert) txn insert show error url [doris]

2024-12-10 Thread via GitHub
mymeiyi commented on PR #45254: URL: https://github.com/apache/doris/pull/45254#issuecomment-2531152361 run buildall -- 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 unsu

Re: [PR] [fix](txn insert) txn insert show error url [doris]

2024-12-10 Thread via GitHub
github-actions[bot] commented on PR #45254: URL: https://github.com/apache/doris/pull/45254#issuecomment-2531117099 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](txn insert) txn insert show error url [doris]

2024-12-10 Thread via GitHub
doris-robot commented on PR #45254: URL: https://github.com/apache/doris/pull/45254#issuecomment-2531106783 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] [fix](txn insert) txn insert show error url [doris]

2024-12-10 Thread via GitHub
mymeiyi opened a new pull request, #45254: URL: https://github.com/apache/doris/pull/45254 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: before: ``` mysql> begin; mysql> insert into test values('a', 'a', 1)