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

Randgen test fail with error "Can't find column Column#81 in schema Column: [] PKOrUK: [] NullableUK: []" #58454

Closed
xzhangxian1008 opened this issue Dec 23, 2024 · 5 comments
Labels
sig/planner SIG: Planner 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)

source test.txt

error sql: SELECT ( 4, 5 ) IN ( SELECT 8 , 0 UNION SELECT 8, 8 ) AS field1 FROM ( D AS table1 RIGHT OUTER JOIN V AS table2 ON (table2 . col_varchar_binary = table1 . col_varchar_binary_key ) ) WHERE ( EXISTS ( SELECT SUBQUERY2_t1 . col_decimal_key AS SUBQUERY2_field1 FROM K AS SUBQUERY2_t1 ) ) OR ( table1 . col_varchar_binary_key >= 'm' OR table1 . col_varchar_binary_key IN ('m') ) GROUP BY field1 ;

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

no error

3. What did you see instead (Required)

sql returns error: "Can't find column Column#81 in schema Column: [] PKOrUK: [] NullableUK: []"

4. What is your TiDB version? (Required)

tidb version: e53ec59

@xzhangxian1008 xzhangxian1008 added the type/bug The issue is confirmed as a bug. label Dec 23, 2024
@xzhangxian1008
Copy link
Contributor Author

/sig planner

@ti-chi-bot ti-chi-bot bot added the sig/planner SIG: Planner label Dec 23, 2024
@xzhangxian1008
Copy link
Contributor Author

We find that it's pr #58261 caused the failure.

@yibin87
Copy link
Contributor

yibin87 commented Dec 23, 2024

/close

@ti-chi-bot ti-chi-bot bot closed this as completed Dec 23, 2024
Copy link

ti-chi-bot bot commented Dec 23, 2024

@yibin87: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@yibin87
Copy link
Contributor

yibin87 commented Dec 23, 2024

duplicated with #58451

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

No branches or pull requests

2 participants