==== ---- QUERY # IMPALA-1392: Hive UDFs that throw exceptions should return NULL select generic_throws_exception(); ---- TYPES boolean ---- RESULTS NULL ==== ---- QUERY select generic_throws_exception() from functional.alltypestiny; ---- TYPES boolean ---- RESULTS NULL NULL NULL NULL NULL NULL NULL NULL ====