Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6.0
-
None
-
Reviewed
-
This change deprecates the GenericUDAFResolver interface in favor of the new GenericUDAFResolver2.
Description
The following query does not work:
select count(distinct col1, col2) from Tbl
Attachments
Attachments
Issue Links
- is related to
-
HIVE-1459 wildcards in UDF/UDAF should expand to all columns (rather than no columns)
- Open