Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Operability
-
Low Hanging Fruit
-
All
-
None
-
Description
TRUNCATE statements are currently not supported by Virtual Tables. For some Virtual Tables it makes sense to allow it.
It can be done by adding a truncate method to the VirtualTable interface and calling that method from TruncateStatement. The default implementation of the method should be to fire an InvalidRequestException saying that truncate is not supported on that specific table.
Attachments
Issue Links
- blocks
-
CASSANDRA-15254 Allow UPDATE on settings virtual table to change running configurations
- Patch Available
-
CASSANDRA-16914 Implement Virtual Tables for Auth Caches
- Resolved