ddl: support pre-split index regions before creating index#57553
ddl: support pre-split index regions before creating index#57553ti-chi-bot[bot] merged 17 commits intopingcap:masterfrom
Conversation
|
Hi @tangenta. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #57553 +/- ##
================================================
+ Coverage 73.1893% 74.9483% +1.7589%
================================================
Files 1675 1722 +47
Lines 461929 471007 +9078
================================================
+ Hits 338083 353012 +14929
+ Misses 103081 95784 -7297
- Partials 20765 22211 +1446
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
…7553) close pingcap#57551, close pingcap#57552 Co-authored-by: Cursor <cursoragent@cursor.com>
…7553) close pingcap#57551, close pingcap#57552 Co-authored-by: Cursor <cursoragent@cursor.com>
…7553) close pingcap#57551, close pingcap#57552 Co-authored-by: Cursor <cursoragent@cursor.com>
…7553) close pingcap#57551, close pingcap#57552 Co-authored-by: Cursor <cursoragent@cursor.com>
…7553) close pingcap#57551, close pingcap#57552 Co-authored-by: Cursor <cursoragent@cursor.com>
…7553) close pingcap#57551, close pingcap#57552 Co-authored-by: Cursor <cursoragent@cursor.com>
…7553) close pingcap#57551, close pingcap#57552 Co-authored-by: Cursor <cursoragent@cursor.com>
…7553) - align string-to-BIT conversion with MySQL behavior for BIT(1), preserving truncation warning in INSERT IGNORE paths - remove special-case parsing for string literals in BIT conversion and reuse byte->integer conversion path - expand unit tests to cover both truncation and non-truncation cases (true/false/0/1 and bit-literal strings)
…7553) - fix unit-test regression in LOAD DATA path for BIT(1) values - keep MySQL-compatible BIT cast behavior for regular INSERT while restoring legacy compatibility for LOAD DATA inputs true/false/0/1 - only apply compatibility rewrite when InLoadDataStmt and target column is BIT(1), avoiding broader behavior changes
…7553) - fix flaky failure in TestBackfillingSchedulerGlobalSortMode by making cleanup nil-safe when fake GCS server creation fails - remove dependency on external fake-GCS data for this scheduler unit test; keep focus on step transitions in global-sort mode - make merge-sort expectation deterministic by using explicit overlapping metadata and pinning mock TS failpoint
What problem does this PR solve?
Issue Number: close #57552, close #57551
Problem Summary:
See #57552.
What changed and how does it work?
pkg/executor/split.gotopkg/util/split.go.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.