Closed joechenrh closed 1 day ago
Hi @joechenrh. Thanks for your PR.
PRs from untrusted users cannot be marked as trusted with /ok-to-test
in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all
.
I understand the commands that are listed here.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.5996%. Comparing base (
1c059a1
) to head (37d668a
). Report is 8 commits behind head on master.
🚨 Try these New Features:
/check-issue-triage-complete
/retest
@joechenrh: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
@fzzf678: You cannot manually add or delete the reviewing state labels, only I and the tursted members have permission to do so.
/approve cancel
/lgtm cancel
/hold
Sry, wrongly approved, unhold this after approved
/unhold
/unhold
/lgtm
Timeline:
2024-11-21 08:17:49.883890011 +0000 UTC m=+106057.503544522
: :ballot_box_with_check: agreed by lance6716.2024-11-21 08:49:17.243281335 +0000 UTC m=+107944.862935851
: :ballot_box_with_check: agreed by fzzf678.2024-11-21 08:52:02.319363524 +0000 UTC m=+108109.939018039
: :heavy_multiplication_x::repeat: reset by fzzf678.2024-11-21 08:57:23.730631378 +0000 UTC m=+108431.350285895
: :ballot_box_with_check: agreed by D3Hunter.2024-11-21 09:06:04.956140805 +0000 UTC m=+108952.575795319
: :ballot_box_with_check: agreed by fzzf678.[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: D3Hunter, fzzf678, lance6716
The full list of commands accepted by this bot can be found here.
The pull request process is described here
In response to a cherrypick label: new pull request created to branch release-8.5
: #57600.
What problem does this PR solve?
Issue Number: close #57578
Problem Summary:
What changed and how does it work?
https://github.com/pingcap/tidb/pull/55477 change the behavior of null value insert. To adapt to this change, some
NOT NULL
constraints have to be removed.Previous PR just wrongly change
INSERT INTO
toINSERT IGNORE INTO
, which may case data correctness.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.