-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] Fix insert overwrite loss data since dynamic open partition (backport #55756) #55816
Conversation
…55756) Signed-off-by: meegoo <[email protected]> (cherry picked from commit 64c8328) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/planner/OlapTableSink.java # fe/fe-core/src/main/java/com/starrocks/sql/InsertPlanner.java # fe/fe-core/src/main/java/com/starrocks/sql/ast/InsertStmt.java
Cherry-pick of 64c8328 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr |
Signed-off-by: meegoo <[email protected]>
Signed-off-by: meegoo <[email protected]>
Signed-off-by: meegoo <[email protected]>
Signed-off-by: meegoo <[email protected]>
|
Why I'm doing:
The insert operation from an insert overwrite job is special because the partitions it opens are temporary partitions, so all of them need to be opened in advance.
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist: