imback82 commented on a change in pull request #31652:
URL: https://github.com/apache/spark/pull/31652#discussion_r590988931
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/command/views.scala
##########
@@ -192,38 +170,6 @@ case class CreateViewCommand(
Seq.empty[Row]
}
- /**
- * Checks if need to uncache the temp view being replaced.
- */
- private def needsToUncache(
Review comment:
This is moved to `ViewHelper` and renamed to `produceSameResult` with a
slight change.
----------------------------------------------------------------
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]