Re: Problem with arrays in phoenix-spark

2015-11-30 Thread Josh Mahonin
Hi David, Thanks for the bug report and the proposed patch. Please file a JIRA and we'll take the discussion there. Josh On Mon, Nov 30, 2015 at 1:01 PM, Dawid Wysakowicz < wysakowicz.da...@gmail.com> wrote: > Hi, > > I've recently found some behaviour that I found buggy when working with >

Problem with arrays in phoenix-spark

2015-11-30 Thread Dawid Wysakowicz
Hi, I've recently found some behaviour that I found buggy when working with phoenix-spark and arrays. Take a look at those unit tests: test("Can save arrays from custom dataframes back to phoenix") { val dataSet = List(Row(2L, Array("String1", "String2", "String3"))) val sqlContext =