Skip to content

[fix](inverted index) Fix incorrect exception handling - #41874

Merged
airborne12 merged 1 commit into
apache:masterfrom
zzzxl1993:202410151445
Oct 16, 2024
Merged

[fix](inverted index) Fix incorrect exception handling#41874
airborne12 merged 1 commit into
apache:masterfrom
zzzxl1993:202410151445

Conversation

@zzzxl1993

Copy link
Copy Markdown
Contributor

Proposed changes

  1. Memory leaks may occur in exceptional situations

@doris-robot

Copy link
Copy Markdown

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zzzxl1993

Copy link
Copy Markdown
ContributorAuthor

run buildall

@github-actionsgithub-actionsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

// specific language governing permissions and limitations
// under the License.

#include <gtest/gtest.h>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'gtest/gtest.h' file not found [clang-diagnostic-error]

#include<gtest/gtest.h>
^

@doris-robot

Copy link
Copy Markdown

TeamCity be ut coverage result:
Function Coverage: 37.46% (9709/25916)
Line Coverage: 28.73% (80583/280486)
Region Coverage: 28.19% (41706/147963)
Branch Coverage: 24.76% (21204/85632)
Coverage Report: http://coverage.selectdb-in.cc/coverage/4658cab8d328daca5e57fb9af98f594928c535ef_4658cab8d328daca5e57fb9af98f594928c535ef/report/index.html

@airborne12airborne12 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Oct 16, 2024
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@qidayeqidaye left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@airborne12
airborne12 merged commit e9e90b9 into apache:masterOct 16, 2024
zzzxl1993 added a commit to zzzxl1993/doris that referenced this pull request Nov 7, 2024
## Proposed changes
1. Memory leaks may occur in exceptional situations
HappenLee pushed a commit to HappenLee/incubator-doris that referenced this pull request Apr 24, 2026
## Proposed changes
1. Memory leaks may occur in exceptional situations
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.dev/2.1.7-mergeddev/3.0.3-mergedreviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@zzzxl1993@doris-robot@airborne12@qidaye@yiguolei