gengliangwang commented on code in PR #53401: URL: https://github.com/apache/spark/pull/53401#discussion_r2605044707
########## docs/sql-ref-syntax-aux-cache-refresh.md: ########## @@ -23,7 +23,10 @@ license: | `REFRESH` is used to invalidate and refresh all the cached data (and the associated metadata) for all Datasets that contains the given data source path. Path matching is by prefix, i.e. "/" would -invalidate everything that is cached. +invalidate everything that is cached. + +**Note:** Cached data is shared across all Spark sessions on the cluster, so refreshing +affects all sessions. Review Comment: ```suggestion **Note:** Cached data is shared across all Spark sessions on the cluster, so refreshing it affects all sessions. ``` -- 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]
