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
Labels
affects-7.5 This bug affects the 7.5.x(LTS) versions. component/compute severity/major type/bug The issue is confirmed as a bug.

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

@lilinghai lilinghai added the type/bug The issue is confirmed as a bug. label Feb 28, 2024
@windtalker windtalker added affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. and removed may-affects-5.4 may-affects-6.1 may-affects-6.5 may-affects-7.1 may-affects-7.5 labels Feb 28, 2024
@windtalker windtalker removed the affects-7.1 This bug affects the 7.1.x(LTS) versions. label Feb 29, 2024
ti-chi-bot bot pushed a commit that referenced this issue Feb 29, 2024
ti-chi-bot bot pushed a commit that referenced this issue Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 This bug affects the 7.5.x(LTS) versions. component/compute severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants