Re: DataFrame filter referencing error

2015-05-02 Thread Francesco Bigarella
, not in spark. On 1 May 2015 07:47, Burak Yavuz brk...@gmail.com wrote: Is new a reserved word for MySQL? On Thu, Apr 30, 2015 at 2:41 PM, Francesco Bigarella francesco.bigare...@gmail.com wrote: Do you know how I can check that? I googled a bit but couldn't find a clear explanation about

Re: DataFrame filter referencing error

2015-04-30 Thread Francesco Bigarella
, Francesco Bigarella francesco.bigare...@gmail.com wrote: Hi all, I was testing the DataFrame filter functionality and I found what I think is a strange behaviour. My dataframe testDF, obtained loading aMySQL table via jdbc, has the following schema: root | -- id: long (nullable = false

DataFrame filter referencing error

2015-04-29 Thread Francesco Bigarella
Hi all, I was testing the DataFrame filter functionality and I found what I think is a strange behaviour. My dataframe testDF, obtained loading aMySQL table via jdbc, has the following schema: root | -- id: long (nullable = false) | -- title: string (nullable = true) | -- value: string