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

Yin Huai updated SPARK-17250:
-----------------------------
    Assignee: Xiao Li  (was: Apache Spark)

> Remove HiveClient and setCurrentDatabase from HiveSessionCatalog
> ----------------------------------------------------------------
>
>                 Key: SPARK-17250
>                 URL: https://issues.apache.org/jira/browse/SPARK-17250
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.1.0
>            Reporter: Xiao Li
>            Assignee: Xiao Li
>             Fix For: 2.1.0
>
>
> This is the first step to clean `HiveClient` from `HiveSessionState`. In the 
> metastore interaction, we always set fully qualified names when 
> accessing/operating a table. That means, we always specify the database. 
> Thus, it is not necessary to use `HiveClient` to change the active database 
> in Hive metastore. 
> In `HiveSessionCatalog `, `setCurrentDatabase` is the only function that uses 
> `HiveClient`. Thus, we can remove it after removing `setCurrentDatabase`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to