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

Support cast string as double push down (#2038) #2068

Merged
merged 3 commits into from
Jun 17, 2021

Conversation

ti-srebot
Copy link
Collaborator

@ti-srebot ti-srebot commented Jun 3, 2021

cherry-pick #2038 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/2068

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

git push [email protected]:ti-srebot/tics.git pr/2068:release-5.0-65f39201dfa8

What problem does this PR solve?

Issue Number: close #1936

Problem Summary:

What is changed and how it works?

Proposal: xxx

What's Changed:

Related changes

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

Check List

Tests

  • Unit test
  • Integration test

Side effects

Release note

  • Support cast string as double push down

@ti-srebot ti-srebot added CHERRY-PICK cherry pick component/expression status/LGT1 Indicates that a PR has LGTM 1. type/new-feature Issue or PR for new feature labels Jun 3, 2021
@ti-srebot ti-srebot requested a review from fzhedu June 3, 2021 09:22
@ti-srebot ti-srebot added this to the v5.0.2 milestone Jun 3, 2021
@JaySon-Huang JaySon-Huang modified the milestones: v5.0.2, v5.0.3 Jun 3, 2021
@leiysky
Copy link
Contributor

leiysky commented Jun 3, 2021

/rebuild

@leiysky
Copy link
Contributor

leiysky commented Jun 17, 2021

/run-all-tests

@@ -4,7 +4,7 @@
namespace DB
{

StringRef trim(const StringRef & value)
String trim(const StringRef & value)
Copy link
Contributor

Choose a reason for hiding this comment

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

will it slow down the calculation? Is there anther way?

@ti-srebot
Copy link
Collaborator Author

@LittleFall, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: tiflash(slack).

1 similar comment
@ti-srebot
Copy link
Collaborator Author

@LittleFall, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: tiflash(slack).

Copy link
Contributor

@LittleFall LittleFall left a comment

Choose a reason for hiding this comment

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

LGTM

@ti-srebot
Copy link
Collaborator Author

@LittleFall, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: tiflash(slack).

@LittleFall LittleFall merged commit 31d63d6 into pingcap:release-5.0 Jun 17, 2021
@LittleFall LittleFall deleted the release-5.0-65f39201dfa8 branch June 17, 2021 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHERRY-PICK cherry pick component/expression status/LGT1 Indicates that a PR has LGTM 1. type/new-feature Issue or PR for new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants