Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18931#discussion_r163621072
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -1263,6 +1271,8 @@ class SQLConf extends Serializable with Logging {
def hugeMethodLimit: Int = getConf(WHOLESTAGE_HUGE_METHOD_LIMIT)
+ def decoupleOperatorConsumeFuncs: Boolean =
getConf(DECOUPLE_OPERATOR_CONSUME_FUNCTIONS)
--- End diff --
Add the `wholeStage` prefix for such flag names.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]