cloud-fan commented on code in PR #45054:
URL: https://github.com/apache/spark/pull/45054#discussion_r1480901308


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1561,11 +1561,11 @@ object SQLConf {
       .doc("Whether to forcibly enable some optimization rules that can change 
the output " +
         "partitioning of a cached query when executing it for caching. If it 
is set to true, " +
         "queries may need an extra shuffle to read the cached data. This 
configuration is " +
-        "enabled by default. The optimization rules enabled by this 
configuration " +
-        s"are ${ADAPTIVE_EXECUTION_ENABLED.key} and 
${AUTO_BUCKETED_SCAN_ENABLED.key}.")
+        "enabled by default. The optimization rule enabled by this 
configuration " +

Review Comment:
   ```suggestion
           "disabled by default. The optimization rule enabled by this 
configuration " +
   ```



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