Re: sparkR array type not supported

2016-09-02 Thread Shivaram Venkataraman
I think it needs a type for the elements in the array. For example f <- structField("x", "array") Thanks Shivaram On Fri, Sep 2, 2016 at 8:26 AM, Paul R wrote: > Hi there, > > I’ve noticed the following command in sparkR > field = structField(“x”, “array”) > > Throws

sparkR array type not supported

2016-09-02 Thread Paul R
Hi there, I’ve noticed the following command in sparkR >>> field = structField(“x”, “array”) Throws this error >>> Error in checkType(type) : Unsupported type for SparkDataframe: array Was wondering if this is a bug as the documentation says “array” should be implemented Thanks