hive表加字段

hive原表结构

hive表加新字段interface_type

alter table test.test_table add columns(interface_type string);

hive表新表结构

posted @ 2023-10-20 10:01  whiteY  阅读(32)  评论(0)    收藏  举报