Search before asking
Version
doris 0.15 - 1.2
What's Wrong?
If the string does not contain a delimiter, null is returned

What You Expected?
If the string does not contain a delimiter, should the original data be returned instead of null
How to Reproduce?
SELECT split_part ("23456/123", '/', 1 )
SELECT split_part ("23456", '/', 1 )
Anything Else?
no
Are you willing to submit PR?
Code of Conduct