Maxim Gekk created SPARK-34207:
----------------------------------

             Summary: Rename `isTemporaryTable` to `isTempView` in 
`SessionCatalog`
                 Key: SPARK-34207
                 URL: https://issues.apache.org/jira/browse/SPARK-34207
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.2.0
            Reporter: Maxim Gekk


Currently, there are two methods that do the same but have different names:

{code:java}
def isTempView(nameParts: Seq[String]): Boolean
{code}

and

{code:java}
def isTemporaryTable(name: TableIdentifier): Boolean
{code}
 It would be nice to rename `SessionCatalog.isTemporaryTable()` to 
`SessionCatalog.isTempView()`.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to