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 regexp_instr function #6272

Merged
merged 119 commits into from
Nov 28, 2022
Merged

Support regexp_instr function #6272

merged 119 commits into from
Nov 28, 2022

Conversation

xzhangxian1008
Copy link
Contributor

@xzhangxian1008 xzhangxian1008 commented Nov 7, 2022

What problem does this PR solve?

Issue Number: ref #6115

Problem Summary:

What is changed and how it works?

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

None

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.

Others LGTM

tests/fullstack-test/expr/regexp.test Outdated Show resolved Hide resolved
@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Nov 23, 2022
@SeaRise SeaRise self-requested a review November 23, 2022 05:55
dbms/src/Common/UTF8Helpers.h Outdated Show resolved Hide resolved
dbms/src/Functions/FunctionsRegexp.h Outdated Show resolved Hide resolved
dbms/src/Functions/FunctionsRegexp.h Outdated Show resolved Hide resolved
dbms/src/Functions/FunctionsRegexp.h Outdated Show resolved Hide resolved
dbms/src/Common/OptimizedRegularExpression.inl.h Outdated Show resolved Hide resolved
@SeaRise
Copy link
Contributor

SeaRise commented Nov 28, 2022

/run-all-tests

dbms/src/Common/OptimizedRegularExpression.inl.h Outdated Show resolved Hide resolved
dbms/src/Common/OptimizedRegularExpression.inl.h Outdated Show resolved Hide resolved
dbms/src/Common/UTF8Helpers.h Outdated Show resolved Hide resolved
Copy link
Contributor

@SeaRise SeaRise left a comment

Choose a reason for hiding this comment

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

/run-all-tests

@ti-chi-bot ti-chi-bot added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Nov 28, 2022
@SeaRise
Copy link
Contributor

SeaRise commented Nov 28, 2022

/run-all-tests

@SeaRise
Copy link
Contributor

SeaRise commented Nov 28, 2022

/run-all-tests

ERROR 1139 (42000) at line 1: Got error 'Not support binary collation so far' from regexp

@xzhangxian1008
Copy link
Contributor Author

/run-all-tests

@windtalker
Copy link
Contributor

/merge

@ti-chi-bot
Copy link
Member

@windtalker: It seems you want to merge this PR, I will help you trigger all the tests:

/run-all-tests

You only need to trigger /merge once, and if the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

If you have any questions about the PR merge process, please refer to pr process.

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.

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: 29e6401

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Nov 28, 2022
@ti-chi-bot
Copy link
Member

@xzhangxian1008: Your PR was out of date, I have automatically updated it for you.

At the same time I will also trigger all tests for you:

/run-all-tests

If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

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.

@xzhangxian1008
Copy link
Contributor Author

/run-all-tests

ERROR 1139 (42000) at line 1: Got error 'Not support binary collation so far' from regexp

resolved

@ti-chi-bot ti-chi-bot merged commit 23ec2e1 into pingcap:master Nov 28, 2022
@xzhangxian1008 xzhangxian1008 deleted the instr branch November 28, 2022 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. 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.

5 participants