You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2014/11/12 09:21:33 UTC

[jira] [Resolved] (SPARK-4353) Delete the val that never used in Catalog

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

Sean Owen resolved SPARK-4353.
------------------------------
    Resolution: Not a Problem

> Delete the val that never used in Catalog
> -----------------------------------------
>
>                 Key: SPARK-4353
>                 URL: https://issues.apache.org/jira/browse/SPARK-4353
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: DoingDone9
>            Priority: Minor
>
> "dbName" in Catalog never used, like that 
> {
>    val (dbName, tblName) = processDatabaseAndTableName(databaseName, tableName);
>    tables -= tblName
> }
> I think it should be deleted,it should be "val tblName = processDatabaseAndTableName(databaseName, tableName)._2"



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