imback82 commented on a change in pull request #31273:
URL: https://github.com/apache/spark/pull/31273#discussion_r579508292
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala
##########
@@ -840,14 +840,9 @@ class SessionCatalog(
plan match {
case viewInfo: TemporaryViewRelation =>
fromCatalogTable(viewInfo.tableMeta, isTempView = true)
- case v => v
- }
- }
-
- def getTempViewSchema(plan: LogicalPlan): StructType = {
Review comment:
This def was not being used, so I am removing it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]