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

Delete statement not supported in metric engine #4649

Open
killme2008 opened this issue Aug 30, 2024 · 0 comments
Open

Delete statement not supported in metric engine #4649

killme2008 opened this issue Aug 30, 2024 · 0 comments
Labels
C-bug Category Bugs

Comments

@killme2008
Copy link
Contributor

What type of bug is this?

Unexpected error

What subsystems are affected?

Table Engine

Minimal reproduce step

Can't delete data from logical tables or physical table:

delete from up;
delete from greptime_physical_table;

Both report errors as:

Unsupported region request: Delete

What did you expect to see?

Unsupported region request: Delete

What did you see instead?

Execute successfully.

What operating system did you use?

all

What version of GreptimeDB did you use?

0.9.2

Relevant log output and stack trace

No response

@killme2008 killme2008 added the C-bug Category Bugs label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

No branches or pull requests

1 participant