收集列统计信息时出错

nuypyhwy  于 2021-06-26  发布在  Hive
关注(0)|答案(0)|浏览(256)

当我收集表中列的统计信息时,它抛出了一个错误。

hive> ANALYZE TABLE customer COMPUTE STATISTICS FOR COLUMNS;
FAILED: NullPointerException null

如果我查询select*from customer;它在工作。
如果我使用任何where条件,那就是抛出错误。

select * from customer where cust_id=45633;

FAILED: NullPointerException null

请帮帮我。
提前谢谢

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题