Uh oh!
There was an error while loading. Please reload this page.
[fix](inverted index) Fix incorrect exception handling - #41874
Conversation
doris-robot
commented
Oct 15, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
zzzxl1993
commented
Oct 15, 2024
run buildall |
| // specific language governing permissions and limitations | ||
| // under the License. | ||
| #include <gtest/gtest.h> |
There was a problem hiding this comment.
warning: 'gtest/gtest.h' file not found [clang-diagnostic-error]
#include<gtest/gtest.h>
^doris-robot
commented
Oct 15, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
## Proposed changes 1. Memory leaks may occur in exceptional situations
## Proposed changes 1. Memory leaks may occur in exceptional situations
Proposed changes