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

[Bug] json_length() function causes BE crash #32124

Closed
2 of 3 tasks
yoursweetie opened this issue Mar 12, 2024 · 0 comments · Fixed by #32145
Closed
2 of 3 tasks

[Bug] json_length() function causes BE crash #32124

yoursweetie opened this issue Mar 12, 2024 · 0 comments · Fixed by #32145

Comments

@yoursweetie
Copy link

yoursweetie commented Mar 12, 2024

Search before asking

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

Version

doris-2.0.5-rc01-204fde9 & master & 2.1

What's Wrong?

when execute built in function
select json_length('abc','$.k1')
BE crashed
图片

I understand this parameter is not right, but this causes BE crashed, which is not robust.

What You Expected?

BE NOT crash but throws exception

How to Reproduce?

just execute
select json_length('abc','$.k1')
图片

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@yoursweetie yoursweetie changed the title [Bug] json_length() function causes be crash [Bug] json_length() function causes BE crash Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant