blob: 892ef00e3f86c279ffaaef572cf51b5cd46fe471 [file]
set hive.exec.drop.ignorenonexistent=false;
-- Can't use DROP FUNCTION if the function doesn't exist and IF EXISTS isn't specified
drop function nonexistent_function;