-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Fix](field) Fix potential memory leak and wrong binary reading about JsonbField #50174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 34093 ms |
TPC-DS: Total hot run time: 185311 ms |
ClickBench: Total hot run time: 29.82 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
eacbb80 to
032becc
Compare
|
run buildall |
032becc to
9cd5344
Compare
|
run buildall |
TPC-H: Total hot run time: 33916 ms |
TPC-DS: Total hot run time: 192681 ms |
ClickBench: Total hot run time: 29.79 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-H: Total hot run time: 33895 ms |
TPC-DS: Total hot run time: 185534 ms |
ClickBench: Total hot run time: 28.69 s |
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 33771 ms |
TPC-DS: Total hot run time: 185333 ms |
ClickBench: Total hot run time: 29.52 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
…eading about JsonbField (apache#50174) (apache#52542) pick apache#50174
…eading about JsonbField (apache#50174) (apache#52542) pick apache#50174
…eading about JsonbField (apache#50174) (apache#52542) pick apache#50174
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
read_json_binary's implementation is WRONG. it didn't set anything before.agg function with paremeter JSON is buggy( but we now dont support any). this PR fixed.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)