Re: https://issues.apache.org/jira/browse/SPARK-17691

2016-09-27 Thread Herman van Hövell tot Westerflier
, 2016 at 7:02 AM, assaf.mendelson <assaf.mendel...@rsa.com> wrote: > Hi, > > > > I wanted to try to implement https://issues.apache.org/ > jira/browse/SPARK-17691. > > So I started by looking at the implementation of collect_list. My idea > was, do the same as t

https://issues.apache.org/jira/browse/SPARK-17691

2016-09-27 Thread assaf.mendelson
Hi, I wanted to try to implement https://issues.apache.org/jira/browse/SPARK-17691. So I started by looking at the implementation of collect_list. My idea was, do the same as they but when adding a new element, if there are already more than the threshold, remove one instead. The problem