Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
select sum(a.price) as x, count(distinct a.sellerid) as y from fact a where a.sellerid in (1,2,3) group by a.date LIMIT 50000
the above query might fail because currently in CubeStorageQuery.buildDimensionsAndMetrics, we exclude all measure columns from dimensions.