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

Add RPN function LTReal LEReal GTReal GEReal NEReal EQReal #4602

Merged
merged 11 commits into from
May 5, 2019

Conversation

breezewish
Copy link
Member

@breezewish breezewish commented Apr 29, 2019

What have you changed? (mandatory)

Extracted from #3898, this PR adds binary compare RPN functions for Real data type.

What are the type of the changes? (mandatory)

  • Improvement (change which is an improvement to an existing feature)

How has this PR been tested? (mandatory)

Unit test & Integration test

Signed-off-by: Breezewish <breezewish@pingcap.com>
Signed-off-by: Breezewish <breezewish@pingcap.com>
Signed-off-by: Breezewish <breezewish@pingcap.com>
@breezewish
Copy link
Member Author

/run-integration-tests

@breezewish
Copy link
Member Author

A note for reviewers: This PR intentionally does not have comments. The comments will be added by @mapleFU later, as his task of understanding our code base. If you have any questions when understanding the PR, you can contact me privately :)

@breezewish
Copy link
Member Author

/rebuild

src/coprocessor/dag/rpn_expr/impl_compare.rs Outdated Show resolved Hide resolved
src/coprocessor/dag/rpn_expr/impl_compare.rs Outdated Show resolved Hide resolved
src/coprocessor/dag/rpn_expr/impl_compare.rs Outdated Show resolved Hide resolved
Signed-off-by: Breezewish <breezewish@pingcap.com>
@breezewish
Copy link
Member Author

/run-integration-tests

@zz-jason
Copy link
Member

zz-jason commented May 5, 2019

LGTM

Copy link
Contributor

@kennytm kennytm 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

@lonng lonng left a comment

Choose a reason for hiding this comment

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

LGTM

@breezewish breezewish added the status/LGT2 Indicates that a PR has LGTM 2. label May 5, 2019
@breezewish breezewish merged commit 6764535 into tikv:master May 5, 2019
@breezewish breezewish deleted the ___batch_extract/t6/2 branch May 5, 2019 07:25
jswh pushed a commit to jswh/tikv that referenced this pull request May 27, 2019
Signed-off-by: Breezewish <breezewish@pingcap.com>
sticnarf pushed a commit to sticnarf/tikv that referenced this pull request Oct 27, 2019
Signed-off-by: Breezewish <breezewish@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants