Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 12:52 AM - edited 06-12-2025 12:56 AM
One thing I observe that you have created your function without catalog name and schema name , can you run show function command it must be getting registered in hive_metastore that can be the reason, because I tried it my case it's working
Commands : show function
Then create function catalog_name.schema_name.function_name
I am using standard cluster on 15.4 Lts