Uh oh!
There was an error while loading. Please reload this page.
[Feature](function) support like with escape clause - #52146
Conversation
hello-stephen
commented
Jun 23, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
BiteTheDDDDt
commented
Jun 23, 2025
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hello-stephen
commented
Jun 23, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
| std::string replace_pattern_by_escape(const StringRef& pattern, char escape_char) { | ||
| std::string result; | ||
| result.reserve(pattern.size); | ||
| for (size_t i = 0; i < pattern.size; ++i) { |
Uh oh!
There was an error while loading. Please reload this page.
BiteTheDDDDt
commented
Jun 24, 2025
run buildall |
hello-stephen
commented
Jun 24, 2025
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jun 24, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 24, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BiteTheDDDDt
commented
Jun 24, 2025
run buildall |
hello-stephen
commented
Jun 24, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 24, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
| inline std::string replace_pattern_by_escape(const StringRef& pattern, char escape_char) { | ||
| std::string result; | ||
| result.reserve(pattern.size); | ||
| for (size_t i = 0; i < pattern.size; ++i) { |
There was a problem hiding this comment.
like "\n" --> like "\n"
like "\a"
like "\n" escape 'b'
\a
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
BiteTheDDDDt
commented
Jun 26, 2025
run buildall |
hello-stephen
commented
Jun 26, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BiteTheDDDDt
commented
Jun 27, 2025
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
support like with escape clause
support like with escape clause
support like with escape clause
support like with escape clause
support like with escape clause
What problem does this PR solve?
support like with escape clause
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)