Re: Aggregations on every column on dataframe causing StackOverflowError

2016-11-09 Thread Michael Armbrust
It would be great if you could try with the 2.0.2 RC. Thanks for creating an issue. On Wed, Nov 9, 2016 at 1:22 PM, Raviteja Lokineni < raviteja.lokin...@gmail.com> wrote: > 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 > >

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

Re: Aggregations on every column on dataframe causing StackOverflowError

2016-11-09 Thread Michael Armbrust
Which version of Spark? Does seem like a bug. On Wed, Nov 9, 2016 at 10:06 AM, Raviteja Lokineni < raviteja.lokin...@gmail.com> wrote: > Does this stacktrace look like a bug guys? Definitely seems like one to me. > > Caused by: java.lang.StackOverflowError > at

Re: Aggregations on every column on dataframe causing StackOverflowError

2016-11-09 Thread Raviteja Lokineni
Does this stacktrace look like a bug guys? Definitely seems like one to me. Caused by: java.lang.StackOverflowError at org.apache.spark.sql.execution.SparkPlan.prepare(SparkPlan.scala:195) at org.apache.spark.sql.execution.SparkPlan$$anonfun$prepare$1.apply(SparkPlan.scala:195)