>From which jar WrappedInternalRow comes from?
It seems that I can't find it.

BTW
What I'm trying to do now is to create scala array from the fields and than
create Row out of that array.
The problem is that I get types mismatches...

On Wed, Oct 7, 2015 at 8:03 AM, Hemant Bhanawat <hemant9...@gmail.com>
wrote:

> An approach can be to wrap your MutableRow in WrappedInternalRow which is
> a child class of Row.
>
> Hemant
> www.snappydata.io
> linkedin.com/company/snappydata
>
>
> On Tue, Oct 6, 2015 at 3:21 PM, Ophir Cohen <oph...@gmail.com> wrote:
>
>> Hi Guys,
>> I'm upgrading to Spark 1.5.
>>
>> In our previous version (Spark 1.3 but it was OK on 1.4 as well) we
>> created GenericMutableRow
>> (org.apache.spark.sql.catalyst.expressions.GenericMutableRow) and return it
>> as org.apache.spark.sql.Row
>>
>> Starting from Spark 1.5 GenericMutableRow isn't extends Row.
>>
>> What do you suggest to do?
>> How can I convert GenericMutableRow to Row?
>>
>> Prompt answer will be highly appreciated!
>> Thanks,
>> Ophir
>>
>
>

Reply via email to