Skip to content

[Bug] split_by_string("",',') #64803

Description

@zjj

Search before asking

  • I had searched in the issues and found no similar issues.

Version

3.x 4.x

MySQL [(none)]> select split_by_string("",',');
+-------------------------+
| split_by_string("",',') |
+-------------------------+
| [] |
+-------------------------+

What's Wrong?

select split_by_string("",',') returns []

What You Expected?

select split_by_string("",',') shall return ['']

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions