Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18931#discussion_r163723102
--- 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 --
Looks good to me.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]