Skip to content

Commit

Permalink
enable stddev
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Aug 20, 2024
1 parent 20597c8 commit 897dd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/scala/org/apache/comet/CometConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ object CometConf extends ShimCometConf {
val COMET_EXPR_STDDEV_ENABLED: ConfigEntry[Boolean] =
createExecEnabledConfig(
"stddev",
defaultValue = false,
defaultValue = true,
notes = Some("stddev is slower than Spark's implementation"))

val COMET_MEMORY_OVERHEAD: OptionalConfigEntry[Long] = conf("spark.comet.memoryOverhead")
Expand Down

0 comments on commit 897dd84

Please sign in to comment.