Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the following query:
hive> select p_mfgr, avg(p_retailprice) from part group by p_mfgr; FAILED: UDFArgumentTypeException Only numeric or string type arguments are accepted but decimal is passed
is not supported by hive but is on postgres.