Skip to content

[cherry-pick](auto-inc) Pick "[Fix](auto-inc) Fix partial update auto inc unique table case failure #32114"#32115

Merged
yiguolei merged 1 commit intoapache:branch-2.1from
Yukang-Lian:Pick_32114
Mar 12, 2024
Merged

[cherry-pick](auto-inc) Pick "[Fix](auto-inc) Fix partial update auto inc unique table case failure #32114"#32115
yiguolei merged 1 commit intoapache:branch-2.1from
Yukang-Lian:Pick_32114

Conversation

@Yukang-Lian
Copy link
Collaborator

The issue introduced by the recently added auto-increment column works fine on a single node but may result in discontinuous auto-increment IDs when running on a cluster. This PR has been modified to check for the uniqueness of the auto-increment column values instead of checking for equality to a fixed value.

Proposed changes

Issue Number: close #xxx

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 fine on a single node but may result in discontinuous auto-increment IDs when running on a cluster. This PR has been modified to check for the uniqueness of the auto-increment column values instead of checking for equality to a fixed value.
@doris-robot
Copy link

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

@Yukang-Lian
Copy link
Collaborator Author

run buildall

@yiguolei yiguolei merged commit 6acdd9c into apache:branch-2.1 Mar 12, 2024
Sign up for free to 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