Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Query such as
explain select * from part where p_size > (select max(p_size) from part group by p_type);
is missing sq_count_check UDF which ensures there is at most one row coming from subquery.
This problem was originally reported as part of HIVE-16793
Attachments
Attachments
Issue Links
- relates to
-
HIVE-16793 Scalar sub-query: sq_count_check not required if gby keys are constant
-
- Closed
-