We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa739f commit b5bf370Copy full SHA for b5bf370
sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala
@@ -328,7 +328,7 @@ class CacheManager extends Logging with AdaptiveSparkPlanHelper {
328
}
329
330
/**
331
- * If CAN_CHANGE_CACHED_PLAN_OUTPUT_PARTITIONING is disabled, just return original session.
+ * If CAN_CHANGE_CACHED_PLAN_OUTPUT_PARTITIONING is enabled, just return original session.
332
*/
333
private def getOrCloneSessionWithConfigsOff(session: SparkSession): SparkSession = {
334
if (session.sessionState.conf.getConf(SQLConf.CAN_CHANGE_CACHED_PLAN_OUTPUT_PARTITIONING)) {
0 commit comments