[ 
https://issues.apache.org/jira/browse/HIVE-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aihua Xu updated HIVE-12304:
----------------------------
    Description: 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.  (was: Currently "drop database cascade" command 
doesn't unregister the functions under the database. )

> "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
>         Attachments: 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)

Reply via email to