Altering a table
You can the ALTER TABLE
statement to
change the default value, encoding, compression, or block size of existing columns in a Kudu
table.
The Impala SQL Reference ALTER TABLE includes a Kudu Considerations section with examples and a list of constraints relevant to altering a Kudu table in Impala.