MaxGekk commented on a change in pull request #31364:
URL: https://github.com/apache/spark/pull/31364#discussion_r566272528



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala
##########
@@ -998,7 +998,26 @@ class SessionCatalog(
   }
 
   /**
-   * Refresh the cache entry for a metastore table, if any.
+   * Refresh table entries in structures maintained by the session catalog 
such as:
+   *   - The map of temporary or global temporary view names to their logical 
plans
+   *   - The relation cache which maps table/view identifiers to their logical 
plans

Review comment:
       ah, no. Let me remove views.




----------------------------------------------------------------
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]

Reply via email to