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

planner: correct unit test for outer join simplification with cast #12782

Merged
merged 4 commits into from
Oct 17, 2019

Conversation

eurekaka
Copy link
Contributor

What problem does this PR solve?

In #12701, we fixed a bug related to outer join simplification with cast function, and added a unit test for the fix. That unit test should have syntax error(which is not reported in current parser, this should be fixed later), so we fix the unit test in this PR.

What is changed and how it works?

Use another unit test for testing.

Check List

Tests

  • Unit test
  • No code

Code changes

N/A

Side effects

N/A

Related changes

N/A

Release note

N/A

@eurekaka
Copy link
Contributor Author

/run-all-tests

Copy link
Contributor

@alivxxx alivxxx left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@winoros winoros left a comment

Choose a reason for hiding this comment

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

lgtm

@eurekaka eurekaka added the status/can-merge Indicates a PR has been approved by a committer. label Oct 17, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Oct 17, 2019

Your auto merge job has been accepted, waiting for 12788, 12791, 12790

@zz-jason zz-jason added the status/LGT2 Indicates that a PR has LGTM 2. label Oct 17, 2019
@codecov
Copy link

codecov bot commented Oct 17, 2019

Codecov Report

Merging #12782 into master will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             master     #12782   +/-   ##
===========================================
  Coverage   79.9907%   79.9907%           
===========================================
  Files           465        465           
  Lines        106256     106256           
===========================================
  Hits          84995      84995           
  Misses        14926      14926           
  Partials       6335       6335

@sre-bot
Copy link
Contributor

sre-bot commented Oct 17, 2019

/run-all-tests

@sre-bot
Copy link
Contributor

sre-bot commented Oct 17, 2019

@eurekaka merge failed.

@zyxbest
Copy link
Contributor

zyxbest commented Oct 17, 2019

/run-all-tests

@zyxbest
Copy link
Contributor

zyxbest commented Oct 17, 2019

/build

@ngaut ngaut merged commit c047835 into pingcap:master Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test sig/planner SIG: Planner 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.

7 participants