Search before asking
Version
master doris-0.0.0-trunk-95f2f43
What's Wrong?
jenkins failed case: https://ci-builds.apache.org/job/Doris/job/doris_daily_enable_vectorized/167/testReport/(root)/test_query_string_function/test_query_split_part/


What You Expected?
query ok
How to Reproduce?
select split_part(k8, '1', 1), k8, split_part(concat(k8, '12'), '1', 1) from baseall order by k8 limit 2;
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct