This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-50149-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from a8fd878ec2c branch-3.0: [fix](mc)Fixed the issue that maxcompute
catalog can only read part of the timestamp data #49600 (#49705)
add 13ee91145f7 [feat](function) SUBSTRING_INDEX function delimiter
supports dynamic (#50149)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function_string.h | 85 ++++++++-----
.../functions/scalar/SubstringIndex.java | 11 --
.../data/function_p0/test_substring_index.out | Bin 0 -> 2304 bytes
.../function_p0/test_substring_index_columns.out | Bin 0 -> 1124 bytes
.../test_substring_index_simple.out} | Bin 557 -> 725 bytes
.../suites/function_p0/test_substring_index.groovy | 137 +++++++++++++++++++++
.../test_substring_index_columns.groovy | 114 +++++++++++++++++
.../function_p0/test_substring_index_simple.groovy | 89 +++++++++++++
8 files changed, 396 insertions(+), 40 deletions(-)
create mode 100644 regression-test/data/function_p0/test_substring_index.out
create mode 100644
regression-test/data/function_p0/test_substring_index_columns.out
copy
regression-test/data/{inverted_index_p0/array_contains/test_char_replace_arr.out
=> function_p0/test_substring_index_simple.out} (58%)
create mode 100644
regression-test/suites/function_p0/test_substring_index.groovy
create mode 100644
regression-test/suites/function_p0/test_substring_index_columns.groovy
create mode 100644
regression-test/suites/function_p0/test_substring_index_simple.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]