-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expr: switch off left push down due to intergration test failed #33302
Conversation
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]> add log Signed-off-by: yisaer <[email protected]> add log Signed-off-by: yisaer <[email protected]> add log Signed-off-by: yisaer <[email protected]> add log Signed-off-by: yisaer <[email protected]> fix get topo Signed-off-by: yisaer <[email protected]> revise log Signed-off-by: yisaer <[email protected]> fix lint Signed-off-by: yisaer <[email protected]> fix lint Signed-off-by: yisaer <[email protected]> fix lint Signed-off-by: yisaer <[email protected]> revise handle error Signed-off-by: yisaer <[email protected]> revise handle error Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
[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. Reviewer can indicate their review by submitting an approval review. |
Signed-off-by: yisaer <[email protected]>
Signed-off-by: yisaer <[email protected]>
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/6dea31d6e414aef8017c457f32bab809c2d29f2f |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6dea31d
|
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-6.0 in PR #33304 |
What problem does this PR solve?
Issue Number: close #33255 #33256
Problem Summary:
What is changed and how it works?
switch off left push down due to intergration test failed which block 6.0 release. After we find out bug, we will switch on left push down again
I run mysql-test with this request, the result is expected.
Check List
Tests
Release note