Altering partitioned tables

If a table containing Java columns is partitioned, you cannot alter the table without first dropping the partitions. To change the table schema:

  1. Remove the partitions.

  2. Use the alter table command.

  3. Repartition the table.