-
Notifications
You must be signed in to change notification settings - Fork 5.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
executor: fix data inconsistency after load data ... replace into ...
| tidb-test=e5f82b826aeb7e912c2d4dc36389960daac36d96
#56521
Conversation
load data ... replace into ...
load data ... replace into ...
| tidb-test=release-6.5.10 plugin=release-6.5
load data ... replace into ...
| tidb-test=release-6.5.10 plugin=release-6.5 load data ... replace into ...
| tidb-test=release-6.5.10
/ok-to-test |
load data ... replace into ...
| tidb-test=release-6.5.10load data ... replace into ...
| tidb-test=release-6.5
/retest |
load data ... replace into ...
| tidb-test=release-6.5load data ... replace into ...
| tidb-test=release-6.5.10
/retest |
load data ... replace into ...
| tidb-test=release-6.5.10load data ... replace into ...
| tidb-test=c1ec4c1217f86e83e4c07da09ef909e3af84ee7e
/retest |
load data ... replace into ...
| tidb-test=c1ec4c1217f86e83e4c07da09ef909e3af84ee7eload data ... replace into ...
| tidb-test=e5f82b826aeb7e912c2d4dc36389960daac36d96
/retest |
1 similar comment
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-6.5-20241009-v6.5.10 #56521 +/- ##
=================================================================
Coverage ? 73.6313%
=================================================================
Files ? 1096
Lines ? 352259
Branches ? 0
=================================================================
Hits ? 259373
Misses ? 76209
Partials ? 16677 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CbcWestwolf, wjhuang2016 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
if err != nil { | ||
return err | ||
} | ||
if skip { | ||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
break
will skip removeRow
for rest r.uniqueKeys
. I'm not sure if this is expected. Please find some execution reviewers to check
/hold |
3635e94
into
pingcap:release-6.5-20241009-v6.5.10
/unhold I see this is the same logic in master branch |
This is an cherry-pick of #56415
What problem does this PR solve?
Issue Number: close #56408
Problem Summary:
What changed and how does it work?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.