[
https://issues.apache.org/jira/browse/SPARK-34207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun resolved SPARK-34207.
-----------------------------------
Fix Version/s: 3.2.0
Resolution: Fixed
Issue resolved by pull request 31295
[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
> Assignee: Maxim Gekk
> Priority: Trivial
> Fix For: 3.2.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]