Skip to content

[Fix](Serde-2.1) fix potential mem leak in array serde write_one_cell_to_json - #41339

Merged
yiguolei merged 1 commit into
apache:branch-2.1from
eldenmoon:branch-2.1
Sep 26, 2024
Merged

[Fix](Serde-2.1) fix potential mem leak in array serde write_one_cell_to_json#41339
yiguolei merged 1 commit into
apache:branch-2.1from
eldenmoon:branch-2.1

Conversation

@eldenmoon

@eldenmooneldenmoon commented Sep 26, 2024

Copy link
Copy Markdown
Member

placement new may lead to mem leak in Field without calling it's desctructor

…json
placement new may lead to mem leak in Field without calling it's desctructor
related PR apache#40573
@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.

@eldenmoon

Copy link
Copy Markdown
MemberAuthor

run buildall

@eldenmooneldenmoon changed the title [Fix](Serde) fix potential mem leak in array serde write_one_cell_to_json[Fix](Serde-2.1) fix potential mem leak in array serde write_one_cell_to_jsonSep 26, 2024
@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot

Copy link
Copy Markdown

TeamCity be ut coverage result:
Function Coverage: 36.14% (9343/25853)
Line Coverage: 27.67% (76762/277436)
Region Coverage: 26.43% (39392/149049)
Branch Coverage: 23.22% (20050/86364)
Coverage Report: http://coverage.selectdb-in.cc/coverage/5528094bf79a2917adeacd1606a52614bd5dcbfa_5528094bf79a2917adeacd1606a52614bd5dcbfa/report/index.html

@yiguolei
yiguolei merged commit 9ec54e9 into apache:branch-2.1Sep 26, 2024
@eldenmoon
eldenmoon deleted the branch-2.1 branch September 27, 2024 01:51
@yiguoleiyiguolei mentioned this pull request Nov 6, 2024
@yiguoleiyiguolei mentioned this pull request Jan 19, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@eldenmoon@doris-robot@yiguolei