Re: Exception in spark sql when running a group by query

2014-11-18 Thread Sadhan Sood
ah makes sense - Thanks Michael! On Mon, Nov 17, 2014 at 6:08 PM, Michael Armbrust wrote: > You are perhaps hitting an issue that was fixed by #3248 > ? > > On Mon, Nov 17, 2014 at 9:58 AM, Sadhan Sood > wrote: > >> While testing sparkSQL, we were runn

Re: Exception in spark sql when running a group by query

2014-11-17 Thread Michael Armbrust
You are perhaps hitting an issue that was fixed by #3248 ? On Mon, Nov 17, 2014 at 9:58 AM, Sadhan Sood wrote: > While testing sparkSQL, we were running this group by with expression > query and got an exception. The same query worked fine on hive. > >