Re: Shouldn't SparseVector constructor give error when declared number of elements less than array lenght?

2015-07-23 Thread Andrew Vykhodtsev
Hi Manoj, Done. https://issues.apache.org/jira/browse/SPARK-9277 On Thu, Jul 23, 2015 at 1:02 PM, Manoj Kumar wrote: > Hi, > > I think this should raise an error both in the scala code and python API. > > Please open a JIRA. > > On Thu, Jul 23, 2015 at 4:22 PM, Andre

Dataframes filter by count fails with python API

2015-06-28 Thread Andrew Vykhodtsev
Dear developers, I found the following behaviour that I think is a minor bug. If I apply groupBy and count in python API, the resulting data frame has grouped columns and the field named "count". Filtering by that field does not work because it thinks it is a key word: x = sc.parallelize(zip(xr