在orc格式的基于llap的托管表上从配置单元得到奇怪的响应。有一个表在不同类型的查询中返回不同的行。
举个例子,
select count(*) from table where a_timestamp='2019-12-01 02:00:33.0' -- returns 74 records
select count(*),a_timestamp from table where a_timestamp='2019-12-01 02:00:33.0' group by a_timestamp -- returns 74 records
但如果我这么做了,
select * from table where a_timestamp='2019-12-01 02:00:33.0' -- returns 29 records
如果我得到74条记录中的一条主记录并选择*它将不返回任何行。
真的搞不清楚这是否是hivellap/hdfs/orc文件的问题吗?
有人能帮忙吗。
暂无答案!
目前还没有任何答案,快来回答吧!