[ 
https://issues.apache.org/jira/browse/SPARK-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14308915#comment-14308915
 ] 

Apache Spark commented on SPARK-5651:
-------------------------------------

User 'watermen' has created a pull request for this issue:
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
>
> 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