Re: Spark SQL - Column name including a colon in a SELECT clause

2015-02-10 Thread Neil Andrassy (The Filter)
Thanks Yin. That worked for me. Much appreciated! On 10 February 2015 at 16:34, Yin Huai wrote: > Can you try using backticks to quote the field name? Like `f:price`. > > On Tue, Feb 10, 2015 at 5:47 AM, presence2001 > wrote: > >> Hi list, >> >> I have some data with a field name of f:price (it

Re: Spark SQL - Column name including a colon in a SELECT clause

2015-02-10 Thread Yin Huai
Can you try using backticks to quote the field name? Like `f:price`. On Tue, Feb 10, 2015 at 5:47 AM, presence2001 wrote: > Hi list, > > I have some data with a field name of f:price (it's actually part of a JSON > structure loaded from ElasticSearch via elasticsearch-hadoop connector, but > I d