Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19940#discussion_r157157565
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
---
@@ -170,6 +170,14 @@ class CodegenContext {
val mutableStates: mutable.ArrayBuffer[(String, String, String)] =
mutable.ArrayBuffer.empty[(String, String, String)]
+ /**
+ * A map containing the mutable states which have been defined so far
using
+ * `addSingleMutableState`. Each entry contains the name of the mutable
state as key and its
--- End diff --
Is `addSingleMutableState` old one?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]