Re: [PR] [fix](variant) use lock to protect schema from threading unsafe [doris]

2024-12-08 Thread via GitHub
eldenmoon merged PR #45026: URL: https://github.com/apache/doris/pull/45026 -- 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](variant) use lock to protect schema from threading unsafe [doris]

2024-12-08 Thread via GitHub
github-actions[bot] commented on PR #45026: URL: https://github.com/apache/doris/pull/45026#issuecomment-2526543182 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](variant) use lock to protect schema from threading unsafe [doris]

2024-12-08 Thread via GitHub
github-actions[bot] commented on PR #45026: URL: https://github.com/apache/doris/pull/45026#issuecomment-2526543204 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](variant) use lock to protect schema from threading unsafe [doris]

2024-12-05 Thread via GitHub
eldenmoon commented on code in PR #45026: URL: https://github.com/apache/doris/pull/45026#discussion_r1870997794 ## be/src/olap/base_tablet.h: ## @@ -279,7 +279,10 @@ class BaseTablet { int limit); // Return the merged schema of al

Re: [PR] [fix](variant) use lock to protect schema from threading unsafe [doris]

2024-12-05 Thread via GitHub
cambyzju commented on code in PR #45026: URL: https://github.com/apache/doris/pull/45026#discussion_r1870960138 ## be/src/olap/base_tablet.h: ## @@ -279,7 +279,10 @@ class BaseTablet { int limit); // Return the merged schema of all

Re: [PR] [fix](variant) use lock to protect schema from threading unsafe [doris]

2024-12-04 Thread via GitHub
doris-robot commented on PR #45026: URL: https://github.com/apache/doris/pull/45026#issuecomment-2519286971 TeamCity be ut coverage result: Function Coverage: 38.47% (10008/26013) Line Coverage: 29.51% (83882/284253) Region Coverage: 28.62% (43116/150658) Branch Coverage: 25.

Re: [PR] [fix](variant) use lock to protect schema from threading unsafe [doris]

2024-12-04 Thread via GitHub
eldenmoon commented on PR #45026: URL: https://github.com/apache/doris/pull/45026#issuecomment-2519216598 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 un

Re: [PR] [fix](variant) use lock to protect schema from threading unsafe [doris]

2024-12-04 Thread via GitHub
doris-robot commented on PR #45026: URL: https://github.com/apache/doris/pull/45026#issuecomment-2519216555 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](variant) use lock to protect schema from threading unsafe [doris]

2024-12-04 Thread via GitHub
eldenmoon opened a new pull request, #45026: URL: https://github.com/apache/doris/pull/45026 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Tes