gengliangwang commented on code in PR #53401:
URL: https://github.com/apache/spark/pull/53401#discussion_r2603748374


##########
docs/sql-ref-syntax-aux-cache-cache-table.md:
##########
@@ -24,6 +24,8 @@ license: |
 `CACHE TABLE` statement caches contents of a table or output of a query with 
the given storage level. If a query is cached, then a temp view will be created 
for this query.
 This reduces scanning of the original files in future queries. 
 
+**Note:** The cached data is shared across all Spark sessions in the 
application. 

Review Comment:
   ```suggestion
   **Note:** Cached data is shared across all Spark sessions in the 
application. 
   ```



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

To unsubscribe, e-mail: [email protected]

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