hi
In our application (java code) we're running:
DROP FUNCTION IF EXISTS udf_for_STORE_AGENT_VISIT
and we still get:
2019-06-26 13:49:25,683 ERROR org.apache.hadoop.hive.ql.exec.Task: [HiveServer2-Background-Pool: Thread-6397]: FAILED: error during drop function: org.apache.hadoop.hive.ql.metadata.HiveException: NoSuchObjectException(message:Function udf_for_STORE_AGENT_VISIT does not exist)
shouldn't the error be skipped if we have the "IF EXISTS" in the command?
cluster is CDH 5.16.1
Thanks
Doron