使用purge批量删除hive表分区 假如想删除某个特定日期前的分区,可以参考下面语句: alter table table_name drop partition (dt<'20231201') purge;