Skip to content
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

expression: pushdown expr to tiflash without check new collation status #17683

Merged
merged 6 commits into from
Jun 5, 2020

Conversation

windtalker
Copy link
Contributor

What problem does this PR solve?

Currently, TiDB does not push down expr to TiFlash if new collation is enabled because TiFlash does not support new collation. Now new collation is supported in TiFlash, so we do not need this check anymore.

What is changed and how it works?

What's Changed:
TiDB not check collation status when trying to pushdown expr to TiFlash

Related changes

  • PR to update pingcap/docs/pingcap/docs-cn:
  • Need to cherry-pick to the release branch

Check List

Tests

  • Manual test (add detailed scripts or steps below)

Release note

  • pushdown expr to tiflash without check new collation status

@codecov
Copy link

codecov bot commented Jun 4, 2020

Codecov Report

Merging #17683 into master will decrease coverage by 0.1233%.
The diff coverage is 64.3835%.

@@               Coverage Diff                @@
##             master     #17683        +/-   ##
================================================
- Coverage   79.6119%   79.4885%   -0.1234%     
================================================
  Files           525        524         -1     
  Lines        143623     141443      -2180     
================================================
- Hits         114341     112431      -1910     
+ Misses        20105      19947       -158     
+ Partials       9177       9065       -112     

Copy link
Contributor

@lzmhhh123 lzmhhh123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lzmhhh123 lzmhhh123 added needs-cherry-pick-4.0 status/LGT1 Indicates that a PR has LGTM 1. labels Jun 5, 2020
@lzmhhh123 lzmhhh123 requested a review from wshwsh12 June 5, 2020 03:12
Copy link
Contributor

@wshwsh12 wshwsh12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wshwsh12 wshwsh12 added status/LGT2 Indicates that a PR has LGTM 2. status/can-merge Indicates a PR has been approved by a committer. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Jun 5, 2020
@sre-bot
Copy link
Contributor

sre-bot commented Jun 5, 2020

/run-all-tests

@sre-bot
Copy link
Contributor

sre-bot commented Jun 5, 2020

@windtalker merge failed.

@windtalker
Copy link
Contributor Author

/run-unit-test

@windtalker
Copy link
Contributor Author

/run-all-tests

@windtalker
Copy link
Contributor Author

/run-check_dev_2

@lzmhhh123 lzmhhh123 merged commit a0ebf95 into pingcap:master Jun 5, 2020
@windtalker windtalker deleted the collation branch June 5, 2020 04:58
sre-bot pushed a commit to sre-bot/tidb that referenced this pull request Jun 5, 2020
Signed-off-by: sre-bot <sre-bot@pingcap.com>
@sre-bot
Copy link
Contributor

sre-bot commented Jun 5, 2020

cherry pick to release-4.0 in PR #17705

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/expression status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants