Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18931#discussion_r163620741
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -661,6 +661,14 @@ object SQLConf {
.intConf
.createWithDefault(CodeGenerator.DEFAULT_JVM_HUGE_METHOD_LIMIT)
+ val DECOUPLE_OPERATOR_CONSUME_FUNCTIONS =
buildConf("spark.sql.codegen.decoupleOperatorConsume")
--- End diff --
`DECOUPLE_OPERATOR_CONSUME_FUNCTIONS` ->
`WHOLESTAGE_SPLIT_CONSUME_FUNC_BY_OPERATOR`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]