expression: push down mod() to TiFlash#26494
Conversation
|
/run-check_dev_2 |
mod is going to be supported by TiFlash. integer division is not supported by TiFlash and TiKV at this time.
|
/run-check_dev_2 |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/merge |
|
@fuzhe1989: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: b813488 |
|
/cherry-pick release-5.1 |
|
/cherry-pick release-5.2 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-5.1 in PR #27865 |
|
cherry pick to release-5.2 failed |
What problem does this PR solve?
Issue Number: close pingcap/tiflash#2318
Problem Summary:
What is changed and how it work
What's Changed: push down mod() to TiFlash.
How it Works:
Release note