ddl: Added tests for Reorganize Partition with TiFlash#42082
Conversation
Currently the last test case fails, so it is disabled. It seems like it tries to read data from the wrong partition...
Merge commit '38c6d09493cb632bbe179aabca4d973e8ccb56eb' into reorg-part-data-reorg
* mockkv: make pk id = -1 if no primary key column is used (pingcap#38443) * ddl: support modify column on partitioned table (pingcap#38302) close pingcap#38297 * planner: revise isnullRejected check for `And` and `OR` (pingcap#38430) close pingcap#38304 Co-authored-by: xiongjiwei <xiongjiwei1996@outlook.com> Co-authored-by: Song Gao <disxiaofei@163.com>
…nto reorg-part-data-reorg
…nto reorg-part-update-table
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/test build |
bb7133
left a comment
There was a problem hiding this comment.
LGTM, please address the comment from @crazycs520
|
@crazycs520 & @bb7133 I've updated the PR and adressed your comments, PTAL. |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 92da0e2 |
What problem does this PR solve?
Issue Number: ref #38535
Problem Summary:
Alternative instead of #40715 (i.e. less changes to logic, but still includes the tests).
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.