You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
droptable if exists t;
createtablet (a decimal(62,2) not null, key idx (a), primary key (a) clustered);
select a from t tablesample regions() order by a;
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
No error.
3. What did you see instead (Required)
Invalid TABLESAMPLE: plan not supported
4. What is your TiDB version? (Required)
329a980
The text was updated successfully, but these errors were encountered: