We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef3e05 commit 89bfa1eCopy full SHA for 89bfa1e
spark/src/main/scala/org/apache/spark/Plugins.scala
@@ -101,7 +101,7 @@ class CometDriverPlugin extends DriverPlugin with Logging with ShimCometDriverPl
101
* unified memory manager.
102
*/
103
private def shouldOverrideMemoryConf(conf: SparkConf): Boolean = {
104
- conf.getBoolean(CometConf.COMET_ENABLED.key, true) && (
+ conf.getBoolean(CometConf.COMET_ENABLED.key, CometConf.COMET_ENABLED.defaultValue.get) && (
105
conf.getBoolean(
106
CometConf.COMET_EXEC_SHUFFLE_ENABLED.key,
107
CometConf.COMET_EXEC_SHUFFLE_ENABLED.defaultValue.get) ||
0 commit comments