hive insert 在非overwrite 插入数据时,且表中已经存在数据时 容易报以下错误 image.png 这时只需要加上这条设置即可 set hive.stats.column.autogather=false; image.png