-
- Downloads
[SPARK-11370] [SQL] fix a bug in GroupedIterator and create unit test for it
Before this PR, user has to consume the iterator of one group before process next group, or we will get into infinite loops. Author: Wenchen Fan <wenchen@databricks.com> Closes #9330 from cloud-fan/group.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/GroupedIterator.scala 62 additions, 37 deletions...cala/org/apache/spark/sql/execution/GroupedIterator.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/GroupedIteratorSuite.scala 82 additions, 0 deletions...org/apache/spark/sql/execution/GroupedIteratorSuite.scala
Loading
Please register or sign in to comment