-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
List Partition table doesn't support subpartition but is created successfully without any warnings #41198
Labels
affects-6.1
affects-6.5
severity/moderate
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Comments
A warning is given for range partition + subpartitioned CREATE TABLE:
But I agree that warnings are often ignored, and it is surprising to the the table created as a non-partitioned table. |
In v6.5.0, it will create a partitioned table, but without subpartitions (which I think is better than no partitions at all):
|
12 tasks
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
affects-6.5
severity/moderate
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
table is not created, or created with a warning that indicates list partition table doesn't support subpartition.
3. What did you see instead (Required)
table created successfully.
4. What is your TiDB version? (Required)
Release Version: v6.2.0-alpha-2066-g62e8709-dirty
Edition: Community
Git Commit Hash: 62e8709
Git Branch: key-partition
UTC Build Time: 2023-02-08 07:26:38
GoVersion: go1.19
Race Enabled: false
TiKV Min Version: 6.2.0-alpha
Check Table Before Drop: false
Store: tikv
The text was updated successfully, but these errors were encountered: