Description
An error similar to the following will occur:
hive> create table tabs (c char(8), vc varchar(10)) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t'; hive> select sum(c), avg(c), sum(vc), avg(vc) from tabs; FAILED: UDFArgumentTypeException Only numeric or string type arguments are accepted but char(8) is passed.
Attachments
Attachments
Issue Links
- links to