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

Encounter unsupported expression in tidb randgen test #56214

Closed
xzhangxian1008 opened this issue Sep 23, 2024 · 1 comment · Fixed by #56252
Closed

Encounter unsupported expression in tidb randgen test #56214

xzhangxian1008 opened this issue Sep 23, 2024 · 1 comment · Fixed by #56252
Labels
severity/major sig/execution SIG execution type/bug The issue is confirmed as a bug.

Comments

@xzhangxian1008
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

tcms: https://tcms.pingcap.net/dashboard/executions/plan/7555023

agg_sub_data.txt

mysql> source agg_sub_data.txt

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

no error

3. What did you see instead (Required)

tidb raises unsupported expression error

4. What is your TiDB version? (Required)

nightly: 1acbbec

@windtalker
Copy link
Contributor

Root cause is in HashJoinV2, it does not handle CorrelatedColumn in collectColumnIndexFromExpr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major sig/execution SIG execution type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants