This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3aa18fc50d9 [feature](agg function) support corr_welford agg function
(#49712)
add 726ac650f4b [chore](unit test) Unit test for some string related
function. (#50177)
No new revisions were added by this update.
Summary of changes:
be/src/vec/common/string_utils/string_utils.cpp | 34 ----
be/src/vec/common/string_utils/string_utils.h | 100 -----------
be/test/exprs/string_functions_test.cpp | 123 +++++++++++++
be/test/vec/common/string_utils_test.cpp | 218 ++++++++++++++++++++++++
4 files changed, 341 insertions(+), 134 deletions(-)
delete mode 100644 be/src/vec/common/string_utils/string_utils.cpp
create mode 100644 be/test/exprs/string_functions_test.cpp
create mode 100644 be/test/vec/common/string_utils_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]