-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](jsonb) fix invalid jsonb value write into segment file which make select core #48625
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: 31909 ms |
TPC-DS: Total hot run time: 184407 ms |
ClickBench: Total hot run time: 30.94 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 31897 ms |
TPC-DS: Total hot run time: 190256 ms |
ClickBench: Total hot run time: 30.41 s |
|
run buildall |
TPC-H: Total hot run time: 32479 ms |
TPC-DS: Total hot run time: 192433 ms |
ClickBench: Total hot run time: 31.52 s |
eldenmoon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
eldenmoon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
csun5285
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ke select core (apache#48625) fix invalid jsonb value write into segment file which make select core, so we add a check for jsonb value when convert_to_olap which value will be written into segment file
…ke select core (apache#48625) fix invalid jsonb value write into segment file which make select core, so we add a check for jsonb value when convert_to_olap which value will be written into segment file
…which make be crash (#48731) …ke select core (#48625) fix invalid jsonb value write into segment file which make select core, so we add a check for jsonb value when convert_to_olap which value will be written into segment file ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [x] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
…n partial update (apache#49066) related PR: apache#48625 In partial update, we should fill the columns which is not nullable and doesn't have user defined default value with its type's default value when the row's delete sign is marked.
…n partial update (apache#49066) related PR: apache#48625 In partial update, we should fill the columns which is not nullable and doesn't have user defined default value with its type's default value when the row's delete sign is marked.
…ke select core (apache#48625) fix invalid jsonb value write into segment file which make select core, so we add a check for jsonb value when convert_to_olap which value will be written into segment file
…n partial update (apache#49066) ### What problem does this PR solve? related PR: apache#48625 In partial update, we should fill the columns which is not nullable and doesn't have user defined default value with its type's default value when the row's delete sign is marked.
What problem does this PR solve?
fix invalid jsonb value write into segment file which make select core, so we add a check for jsonb value when convert_to_olap which value will be written into segment file
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)