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

type: std::out_of_range, e.what() = vector #8799

Closed
lilinghai opened this issue Feb 28, 2024 · 0 comments · Fixed by #8804
Closed

type: std::out_of_range, e.what() = vector #8799

lilinghai opened this issue Feb 28, 2024 · 0 comments · Fixed by #8804

Comments

@lilinghai
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

reproduce.txt

select count( distinct "20") from table_1_utf8mb4collate_utf8mb4_general_ci_undef as t1 where t1. `col_char(20)_key_signed` = all (select `col_char(20)_key_signed` from table_20_utf8mb4collate_utf8mb4_bin_undef as t2 where "YmkS" !=  `col_char(20)_key_signed`);
-- ERROR 1105 (HY000): other error for mpp stream: std::exception. Code: 1001, type: std::out_of_range, e.what() = vector

2. What did you expect to see? (Required)

3. What did you see instead (Required)

4. What is your TiFlash version? (Required)

master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants