maropu commented on a change in pull request #29983:
URL: https://github.com/apache/spark/pull/29983#discussion_r502371929
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2775,6 +2775,16 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val LEGACY_CENTRAL_MOMENT_AGG_BEHAVIOR =
+ buildConf("spark.sql.legacy.centralMomentAgg.enabled")
Review comment:
Looks we don't need the suffix `.enabled` for following the other legacy
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]