-
Bug
-
Resolution: Done
-
Critical
-
7.0
-
None
-
Workaround Exists
-
A query of the form:
select e1, count(e1) from pm1.g1, (select 1 from pm1.g2 limit 1) x group by e1
Will fail to return the proper count for e1 as the decomposition is erroneously considering the decomposed count aggregate as unnecessary.