You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Doug Balog (JIRA)" <ji...@apache.org> on 2015/06/04 22:07:38 UTC

[jira] [Created] (SPARK-8107) sqlContext.table() should be able to take a database name as an additional argument.

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org