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] The execution of multi_search_all_positions(x, null) leads to a BE crash #32272

Closed
2 of 3 tasks
yoursweetie opened this issue Mar 15, 2024 · 3 comments
Closed
2 of 3 tasks

Comments

@yoursweetie
Copy link

yoursweetie commented Mar 15, 2024

Search before asking

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

Version

doris-2.0.5-rc01-204fde9

What's Wrong?

The execution of multi_search_all_positions(x, null) leads to a BE crash
图片

What You Expected?

BE does not crash but throws an exception

How to Reproduce?

create table tb0(char_3 char(3)) DISTRIBUTED BY HASH (char_3) buckets auto PROPERTIES ( "replication_num" = "1" );

insert into tb0 values('aaa');

select multi_search_all_positions(char_3, null) from tb0;

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@wyxxxcat
Copy link
Contributor

I cannot reproduce it and use version master
截图 2024-03-16 17-35-25.png

@yoursweetie
Copy link
Author

I cannot reproduce it and use version master 截图 2024-03-16 17-35-25.png

Remove "master" from affected versions, but version 2.0.5-rc01-204fde9 is indeed affected.

@cambyzju
Copy link
Contributor

cambyzju commented Mar 18, 2024

fixed by this pr:
master: #31312
2.0: #31460

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

No branches or pull requests

3 participants