-
Notifications
You must be signed in to change notification settings - Fork 390
tidb: fix wrong type judgement and analyze index #1273
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
Conversation
c718f96 to
944a393
Compare
mrigger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR! Would it be possible to pin a specific TiDB version?
.github/workflows/main.yml
Outdated
| run: | | ||
| docker pull pingcap/tidb:v8.5.2 | ||
| docker run --name tidb-server -d -p 4000:4000 pingcap/tidb:v8.5.2 | ||
| docker pull hawkingrei/tidb-playground:nightly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to pin the currently supported version to a specific version. Would this be possible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I updated it and pinned it to a specific version.
5d7778c to
968bb04
Compare
Yes, I updated it and pinned it to a specific version. |
|
Okay, thanks! Currently, the formatter test is failing. Could you please execute |
Signed-off-by: Weizhen Wang <[email protected]>
968bb04 to
d048353
Compare
Thanks, I have fixed the format problem. |
|
LGTM, thanks! |
I found that there were some errors displayed in the TiDB tests, and I have fixed them:
ANALYZE INDEX PRIMARY.