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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14207581#comment-14207581 ] 

Apache Spark commented on SPARK-4353:
-------------------------------------

User 'DoingDone9' has created a pull request for this issue:
https://github.com/apache/spark/pull/3219

> 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