-
Notifications
You must be signed in to change notification settings - Fork 411
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
Schema check failed for MyDateTime(3) with MyDateTime(0) #7809
Comments
|
|
The root cause is that TiFlash does not detect the datatype change from tiflash/dbms/src/TiDB/Schema/SchemaBuilder.cpp Lines 124 to 144 in 338634a
Enlarging the
|
Affected LTS versions:
Workaround (choose 1 action from the below):
|
The strict check was introduced by f470b46 since v6.3.0. So this bug does not effects 5.x/6.1.x versions |
In the v6.1.x or previous version, it may raise exception message like:
Minimal reproduce step for v6.1 or earlier versions
|
/found customer |
/found community |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
For 6.5/7.1 versions
For v6.1 or earlier versions
2. What did you expect to see? (Required)
The query success
3. What did you see instead (Required)
The query fail with error message
4. What is your TiFlash version? (Required)
v6.5.x, v7.1.x, nightly, v6.1.x
The text was updated successfully, but these errors were encountered: