Skip to content
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

[enhancement](sequence col) add session variable to skip sequence column check while INSERT INTO (#41655) #41732

Merged
merged 3 commits into from
Oct 12, 2024

Conversation

zhannngchen
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

cherry-pick #41655

zhannngchen and others added 3 commits October 11, 2024 17:47
…umn check while INSERT INTO (apache#41655)

For unique key tables using a sequence column, the `INSERT INTO`
operation requires a sequence value to be provided for each row.
This PR add a new session variable `require_sequence_in_insert` to
control this behavior.
@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

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zhannngchen
Copy link
Contributor Author

run buildall

@github-actions github-actions bot added area/nereids area/planner Issues or PRs related to the query planner kind/test labels Oct 11, 2024
@zhannngchen zhannngchen merged commit 9a9eaa7 into apache:branch-2.0 Oct 12, 2024
22 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/nereids area/planner Issues or PRs related to the query planner kind/test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants