viirya commented on a change in pull request #32220:
URL: https://github.com/apache/spark/pull/32220#discussion_r615350940
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
##########
@@ -125,12 +125,6 @@ trait CheckAnalysis extends PredicateHelper with
LookupCatalog {
case InsertIntoStatement(u: UnresolvedRelation, _, _, _, _, _) =>
u.failAnalysis(s"Table not found: ${u.multipartIdentifier.quoted}")
- case CacheTable(u: UnresolvedRelation, _, _, _) =>
- u.failAnalysis(s"Table or view not found:
${u.multipartIdentifier.quoted}")
-
- case UncacheTable(u: UnresolvedRelation, _, _) =>
- u.failAnalysis(s"Table or view not found:
${u.multipartIdentifier.quoted}")
Review comment:
why we don't need to check them anymore?
--
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]