planner: fix wrong type when unsigned int value union int value#26545
planner: fix wrong type when unsigned int value union int value#26545ti-chi-bot merged 20 commits intopingcap:masterfrom
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. |
|
@sylzd: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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/test-infra repository. |
|
It's conflict with the UT tk.MustQuery("select id, i, b, d, dd from t2 union select id, i, b, d, dd from t1 order by id").
Check(testkit.Rows("1 0 0 0 -1", "2 1 1 1.1 1"))to tk.MustQuery("select id, i, b, d, dd from t2 union select id, i, b, d, dd from t1 order by id").
Check(testkit.Rows("1 -1 -1 -1.1 -1", "2 1 1 1.1 1")) |
|
Also would you setup a link to the correct issue? #24593 is an unrelated PR that closed. |
|
I've test the failed case in MySQL 5.7 and MySQL 8.0 The failed case seems to be a bug in MySQL 5.7. |
|
I found a similar MySQL bug issue https://bugs.mysql.com/bug.php?id=95148. |
So, you mean I can modify like this?
|
refer to https://bugs.mysql.com/bug.php?id=95148, I changed the line, PTAL~ |
|
/run-integration-test |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 4b40b3c |
|
/run-all-tests |
1 similar comment
|
/run-all-tests |
What problem does this PR solve?
Issue Number: close #24953
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
How it Works:
Check List
Tests
Side effects
Documentation
Release note