Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/20965#discussion_r213274849
--- 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 --
thanks, I'll fix
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]