[ 
https://issues.apache.org/jira/browse/SPARK-34207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17270422#comment-17270422
 ] 

Apache Spark commented on SPARK-34207:
--------------------------------------

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

> 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
>            Priority: Major
>
> 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