Hive 表修改字段类型 Alter table 表名 change column 原字段名称 现字段名称 数据类型 新增字段表 alter table 表名 add columns(字段名 数据类型)