rdblue commented on a change in pull request #26627: [SPARK-29987][SQL] Add 
CatalogTable cache in SessionCatalog to improve performance
URL: https://github.com/apache/spark/pull/26627#discussion_r349208422
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala
 ##########
 @@ -104,6 +104,12 @@ class SessionCatalog(
 
   private val validNameFormat = "([\\w_]+)".r
 
+  private val cachedCatalogTable = {
 
 Review comment:
   This is a cache, not a table. So the variable name would make more sense if 
it were `catalogTableCache`.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to