[
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: [email protected]
For additional commands, e-mail: [email protected]