-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Component/s: None
-
Labels:None
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.