Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11.0
-
None
-
None
Description
If the mapjoin.mapreduce optimization kicks in on a query of this form:
select count(distinct a.v) from a join b on (a.k = b.k) group by a.g
The planer will NPE in the metadataonly optimizer.