Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/20965#discussion_r213273861
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -950,6 +950,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val CODEGEN_SPLIT_AGGREGATE_FUNC =
+ buildConf("spark.sql.codegen.aggregate.splitAggregateFunc.enabled")
+ .internal()
+ .doc("When true, the code generator would aggregation code into
individual methods " +
--- End diff --
very nit: `aggregation` -> `aggregate`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]