planner/core: fix duplicate enum items#26145
Conversation
|
[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. |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: e9beed9 |
|
/run_check_dev_2 |
|
/merge |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-5.0 in PR #26201 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-5.1 in PR #26202 |
What problem does this PR solve?
Issue Number: close #25955
Problem Summary:
In this pr: #23203 , I support enum push down for only mpp exchanger. However, a month later this pr: #22686 is merged to support general enum type push-down. This leads to the elem lists are appended two times.
What is changed and how it works?
What's Changed:
Remove the #23203 code
Check List
Tests
Side effects
Documentation
Release note