v.25.3Improvement

Allow ALTER TABLE DROP PARTITION

Allow ALTER TABLE DROP PARTITION for plain_rewritable disk. #77138 (Julia Kartseva).
Added support for ALTER TABLE DROP PARTITION command on tables with plain_rewritable disk type.

Why it matters

This feature enables users to drop partitions from tables stored on plain_rewritable disks, solving the limitation where previously partitions could not be removed on such disks. It improves data management flexibility and maintenance for tables using this storage configuration.

How to use it

Use the standard ALTER TABLE <table_name> DROP PARTITION <partition_id> command on tables configured with plain_rewritable disks to remove partitions.