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

The command to delete a partition is incorrect #52951

Open
dq1201 opened this issue Nov 15, 2024 · 0 comments
Open

The command to delete a partition is incorrect #52951

dq1201 opened this issue Nov 15, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@dq1201
Copy link

dq1201 commented Nov 15, 2024

Steps to reproduce the behavior (Required)

Document link:
https://docs.starrocks.io/zh/docs/table_design/data_distribution/list_partitioning/#%E5%8A%9F%E8%83%BD%E4%BB%8B%E7%BB%8D

文档中"使用 ALTER TABLE <table_name> DROP PARTITION <partition_name>; 分区直接被删除并且不能被恢复"。命令是不正确的,正确命令: ALTER TABLE <table_name> DROP PARTITION <partition_name> force;

Expected behavior (Required)

Real behavior (Required)

StarRocks version (Required)

3.1.X

@dq1201 dq1201 added the type/bug Something isn't working label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant