Support regexp_substr function#6316
Conversation
|
/cc @XuHuaiyu |
| } | ||
|
|
||
| String pat = pat_param.getString(0); | ||
| if (unlikely(pat.empty())) |
There was a problem hiding this comment.
Do we need to check whether pos >= 1?
There was a problem hiding this comment.
Do we need to check whether pos >= 1?
Yes, we check position in this file OptimizedRegularExpression.inl.h.
|
/run-all-tests |
|
/run-all-tests |
|
/merge |
|
@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 If you have any questions about the PR merge process, please refer to pr process. DetailsInstructions 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. |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 1654586 |
|
@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. DetailsInstructions 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. |
What problem does this PR solve?
Issue Number: ref #6115
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note