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

Michael Armbrust resolved SPARK-5651.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Issue resolved by pull request 4427
[https://github.com/apache/spark/pull/4427]

> Support 'create db.table' in HiveContext
> ----------------------------------------
>
>                 Key: SPARK-5651
>                 URL: https://issues.apache.org/jira/browse/SPARK-5651
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Yadong Qi
>             Fix For: 1.4.0
>
>
> Now spark version is only support ```create table 
> table_in_database_creation.test1 as select * from src limit 1;``` in 
> HiveContext.
> This patch is used to support ```create table 
> `table_in_database_creation.test2` as select * from src limit 1;``` in 
> HiveContext.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to