blob: 51dc5e9d8e32c518661093c361e31d74de712a86 [file] [log] [blame]
set hive.exec.drop.ignorenonexistent=false;
-- Can't use DROP TEMPORARY FUNCTION if the function doesn't exist and IF EXISTS isn't specified
DROP TEMPORARY FUNCTION UnknownFunction;