摘要: 1.问题 在开发过程中,向hive分区表新增字段,发现查询新增字段的值为NULL 2.问题复现 1.创建分区表,并插入数据 ~~~ create table student(id int,name string) partitioned by (dt string); insert into tab 阅读全文
posted @ 2019-11-15 16:43 大数据小码农 阅读(1860) 评论(0) 推荐(0)