uros-b commented on code in PR #56777:
URL: https://github.com/apache/spark/pull/56777#discussion_r3476308740
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3869,6 +3869,17 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val BYPASS_PARTIAL_AGGREGATION =
buildConf("spark.sql.execution.bypassPartialAggregation")
Review Comment:
SparkConfigBindingPolicySuite requires every new config to declare a policy,
please make sure to add withBindingPolicy.
--
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]