Doug Balog created SPARK-8107:
---------------------------------

             Summary: sqlContext.table() should be able to take a database name 
as an additional argument.
                 Key: SPARK-8107
                 URL: https://issues.apache.org/jira/browse/SPARK-8107
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Doug Balog


sqlContext table should take an addition argument to specify a databaseName.

{quote}
def table(databaseName: String, tableName: String): DataFrame =
  DataFrame(this, catalog.lookupRelation(Seq(databaseName,tableName)))
{quote}



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