Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StarRocks split cannot recognize Unicode separators like '\u0002' #52997

Open
elon-X opened this issue Nov 19, 2024 · 0 comments
Open

StarRocks split cannot recognize Unicode separators like '\u0002' #52997

elon-X opened this issue Nov 19, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@elon-X
Copy link

elon-X commented Nov 19, 2024

Steps to reproduce the behavior (Required)

SELECT split(part_ads_4, '\u0002')[5] AS ad_id FROM table_X;

Expected behavior (Required)

image

Real behavior (Required)

image

StarRocks version (Required)

3.3.0-19a3f66

@elon-X elon-X added the type/bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant