alter table database.tabel drop partition (dt='20210722')
# 修改列名
ALTER TABLE table CHANGE old_col new_col String;
alter table database.tabel drop partition (dt='20210722')
# 修改列名
ALTER TABLE table CHANGE old_col new_col String;