-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Wrong column type for PLAN_HINT in statements summary #56057
Comments
/assign |
Do you mean |
Yeah, it is too small. There is no good workaround, since it will output much longer texts than the column definition. This works because that we don't check column types for internal mem table like this one. |
I think this is a deeper issue that needs to be addressed, as I suspect there are other bugs like this lurking in the codebase undetected. |
Filed a separate issue to track the more general problem: #60330. |
Bug Report
tidb/pkg/infoschema/tables.go
Line 1393 in d6db1e8
It should be text,
PLAN_HINT
may be large. I encountered this when developing workload repository.1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master-09-13
The text was updated successfully, but these errors were encountered: