[
https://issues.apache.org/jira/browse/HIVE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002857#comment-15002857
]
Aihua Xu commented on HIVE-12304:
---------------------------------
Yeah. It should be backported to branch-1.
> "drop database cascade" needs to unregister functions
> -----------------------------------------------------
>
> Key: HIVE-12304
> URL: https://issues.apache.org/jira/browse/HIVE-12304
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 2.0.0
> Reporter: Aihua Xu
> Assignee: Aihua Xu
> Fix For: 2.0.0
>
> Attachments: HIVE-12304.2.patch, HIVE-12304.patch
>
>
> Currently "drop database cascade" command doesn't unregister the functions
> under the database. If the functions are not unregistered, in some cases like
> "describe db1.func1" will still show the info for the function; or if the
> same database is recreated, "drop if exists db1.func1" will throw an
> exception since the function is considered existing from the registry while
> it doesn't exist in metastore.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)