Skip to content
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

Invalid TABLESAMPLE: plan not supported #54015

Closed
tangenta opened this issue Jun 14, 2024 · 0 comments · Fixed by #54016
Closed

Invalid TABLESAMPLE: plan not supported #54015

tangenta opened this issue Jun 14, 2024 · 0 comments · Fixed by #54016
Assignees
Labels
severity/moderate sig/planner SIG: Planner type/bug This issue is a bug.

Comments

@tangenta
Copy link
Contributor

tangenta commented Jun 14, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

drop table if exists t;
create table t (a decimal(62,2) not null, key idx (a), primary key (a) clustered);
select a from t tablesample regions() order by a;

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

@tangenta tangenta added type/bug This issue is a bug. severity/moderate labels Jun 14, 2024
@tangenta tangenta self-assigned this Jun 14, 2024
@jebter jebter added the sig/planner SIG: Planner label Jun 14, 2024
@ti-chi-bot ti-chi-bot bot closed this as completed in 6ba9435 Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate sig/planner SIG: Planner type/bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants