Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/22969#discussion_r232112326
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala
---
@@ -787,7 +789,7 @@ case class HashAggregateExec(
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/22969
---
-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org
Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/22969#discussion_r231783323
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala
---
@@ -787,7 +789,7 @@ case class HashAggregateExec(
Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22969#discussion_r231779387
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala
---
@@ -787,7 +789,7 @@ case class HashAggregateEx
GitHub user ueshin opened a pull request:
https://github.com/apache/spark/pull/22969
[SPARK-22827][SQL][FOLLOW-UP] Throw `SparkOutOfMemoryError` in
`HashAggregateExec`, too.
## What changes were proposed in this pull request?
This is a follow-up pr of #20014 which introduce