ulysses-you commented on code in PR #43259:
URL: https://github.com/apache/spark/pull/43259#discussion_r1354356503
##########
sql/core/src/main/scala/org/apache/spark/sql/internal/CatalogImpl.scala:
##########
@@ -760,13 +760,13 @@ class CatalogImpl(sparkSession: SparkSession) extends
Catalog {
}
/**
- * Caches the specified table or view in-memory.
+ * Persist the specified table or view with the default storage level,
Review Comment:
I do not think Spark should care about it. Spark provide multi session to do
configuration isolation. If all user use one session, then all the Spark
configs can not be changed. e.g., AQE configs, ANSI configs, etc. Say, a user
want ansi mode but b user do not want ? What's the difference between this
storage level config and other sql configs ?
--
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]