当我在表格的列上收集统计数据时,会抛出错误。
hive> ANALYZE TABLE customer COMPUTE STATISTICS FOR COLUMNS;
FAILED: NullPointerException null
如果我从客户那里查询select *;它正在发挥作用。
如果我使用任何where条件,那就是抛出错误。
select * from customer where cust_id=45633;
FAILED: NullPointerException null
请帮帮我。
提前致谢