Re: Aggregations on every column on dataframe causing StackOverflowError

2016-11-09 Thread Raviteja Lokineni
Well I've tried with 1.5.2, 1.6.2 and 2.0.1 FYI, I have created https://issues.apache.org/jira/browse/SPARK-18388 On Wed, Nov 9, 2016 at 3:08 PM, Michael Armbrust wrote: > Which version of Spark? Does seem like a bug. > > On Wed, Nov 9, 2016 at 10:06 AM, Raviteja Lokineni <

Re: Aggregations on every column on dataframe causing StackOverflowError

2016-11-09 Thread Raviteja Lokineni
:381) On Wed, Nov 9, 2016 at 10:48 AM, Raviteja Lokineni < raviteja.lokin...@gmail.com> wrote: > Hi all, > > I am not sure if this is a bug or not. Basically I am generating weekly > aggregates of every column of data. > > Adding source code here (also attached): > >