Yadong Qi created SPARK-5651:
--------------------------------

             Summary: 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