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

[case](mtmv)Failed to fix the case of concurrent insert overwrite execution #41125

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

zddr
Copy link
Contributor

@zddr zddr commented Sep 23, 2024

after: #40558 insert overwrite is not allowed in the same table

@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.

@zddr
Copy link
Contributor Author

zddr commented Sep 23, 2024

run buildall

Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Sep 23, 2024
Copy link
Contributor

PR approved by at least one committer and no changes requested.

Copy link
Contributor

PR approved by anyone and no changes requested.

Copy link
Contributor

@zclllyybb zclllyybb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zddr
Copy link
Contributor Author

zddr commented Sep 23, 2024

run external

@morrySnow morrySnow merged commit 19424d5 into apache:master Sep 23, 2024
28 of 31 checks passed
zddr added a commit to zddr/incubator-doris that referenced this pull request Sep 23, 2024
…ecution (apache#41125)

after PR apache#40558
insert overwrite is not allowed in the same table

if (!success_status) {
// Not allowed running Insert Overwrite on same table
assertTrue(err_msg.contains('same table'))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if hit this branch, the output will miss sql3 and sql4?

gavinchou pushed a commit that referenced this pull request Sep 28, 2024
…ecution (#41125)

after PR #40558
insert overwrite is not allowed in the same table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. dev/2.1.7-merged dev/3.0.2-merged p0_b reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants