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

Fix mismatched return type of EXTRACT (#1643) #1650

Merged
merged 2 commits into from
Mar 25, 2021

Conversation

ti-srebot
Copy link
Collaborator

@ti-srebot ti-srebot commented Mar 25, 2021

cherry-pick #1643 to release-5.0
You can switch your code base to this Pull Request by using git-extras:

# In tics repo:
git pr https://github.com/pingcap/tics/pull/1650

After apply modifications, you can push your change to this PR via:

git push [email protected]:ti-srebot/tics.git pr/1650:release-5.0-20ae1ecebbe1

Signed-off-by: Yu Lei [email protected]

What problem does this PR solve?

Related to #1641

Problem Summary:

What is changed and how it works?

What's Changed:

How it Works:
The root cause is FunctionExtractMyDateTime will return Nullable(Int64) as its return type anyway but actually return ColumnInt64 as its data output. This issue may break TPCH Q7 in MPP mode.

Related changes

  • Need to cherry-pick to the release branch

Check List

Tests

  • Integration test

Release note

  • No release note

@ti-srebot ti-srebot added CHERRY-PICK cherry pick status/LGT1 Indicates that a PR has LGTM 1. type/bugfix This PR fixes a bug. labels Mar 25, 2021
@ti-srebot ti-srebot added this to the v5.0.0 ga milestone Mar 25, 2021
Copy link
Contributor

@windtalker windtalker left a comment

Choose a reason for hiding this comment

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

LGTM

@windtalker windtalker added the status/can-merge Indicates a PR has been approved by a committer. label Mar 25, 2021
@ti-srebot
Copy link
Collaborator Author

Your auto merge job has been accepted, waiting for:

  • 1639

@ti-srebot
Copy link
Collaborator Author

/run-all-tests

@ti-srebot
Copy link
Collaborator Author

@ti-srebot merge failed.

@leiysky
Copy link
Contributor

leiysky commented Mar 25, 2021

/merge

@ti-srebot
Copy link
Collaborator Author

/run-all-tests

@ti-srebot ti-srebot merged commit c70e0ed into pingcap:release-5.0 Mar 25, 2021
@leiysky leiysky deleted the release-5.0-20ae1ecebbe1 branch March 26, 2021 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHERRY-PICK cherry pick status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1. type/bugfix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants