Pengcheng Xiong created HIVE-11937:
--------------------------------------
Summary: Improve StatsOptimizer to deal with query with additional
constant columns
Key: HIVE-11937
URL: https://issues.apache.org/jira/browse/HIVE-11937
Project: Hive
Issue Type: Improvement
Reporter: Pengcheng Xiong
Assignee: Pengcheng Xiong
Right now StatsOptimizer can deal with query such as "select count(1) from src"
by directly looking into the metastore. However, it can not deal with "select
'1' as one, count(1) from src" which has an additional constant column. We may
improve it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)