Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/21039#discussion_r180872742
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala
---
@@ -236,6 +236,8 @@ case class HashAggregateExec(
| }
""".stripMargin)
+ bufVars = null // explicitly null this field out to allow the
referent to be GC'd sooner
--- End diff --
Ah, got it. Thank you for the clarification.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]