Skip to content

[fix](merge-on-write) fix that be may coredump when sequence column is null (#16832)#17005

Merged
morningman merged 1 commit intoapache:branch-1.2-ltsfrom
liaoxin01:pick_16832
Feb 22, 2023
Merged

[fix](merge-on-write) fix that be may coredump when sequence column is null (#16832)#17005
morningman merged 1 commit intoapache:branch-1.2-ltsfrom
liaoxin01:pick_16832

Conversation

@liaoxin01
Copy link
Contributor

To facilitate the use of the primary key index, encode the seq column to the minimum value of the corresponding length when the seq column is null.

Proposed changes

Issue Number: close #xxx

Problem summary

cherry-pick from: #16832

Checklist(Required)

  • Does it affect the original behavior
  • Has unit tests been added
  • Has document been added or modified
  • Does it need to update dependencies
  • Is this PR support rollback (If NO, please explain WHY)

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

…s null (apache#16832)

To facilitate the use of the primary key index, encode the seq column to the minimum value of the corresponding length when the seq column is null.
@morningman morningman merged commit 060a5f2 into apache:branch-1.2-lts Feb 22, 2023
@liaoxin01 liaoxin01 deleted the pick_16832 branch February 6, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants