[GitHub] spark pull request #21149: [SPARK-24076][SQL] Use different seed in HashAggr...

2018-05-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21149 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21149: [SPARK-24076][SQL] Use different seed in HashAggr...

2018-04-25 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/21149#discussion_r183968048 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala --- @@ -755,7 +755,7 @@ case class HashAggregateExec(

[GitHub] spark pull request #21149: [SPARK-24076][SQL] Use different seed in HashAggr...

2018-04-25 Thread yucai
GitHub user yucai opened a pull request: https://github.com/apache/spark/pull/21149 [SPARK-24076][SQL] Use different seed in HashAggregate to avoid hash conflict ## What changes were proposed in this pull request? HashAggregate uses the same hash algorithm and seed as