Re: String operation in filter with a special character

2015-10-05 Thread Hemminger Jeff
Thank you! On Tue, Oct 6, 2015 at 4:50 AM, Michael Armbrust wrote: > Double quotes (") are used to create string literals in HiveQL / Spark > SQL. So you are asking if the string A+B equals the number 2.0. > > You should use backticks (`) to escape weird characters in column names. > > On Mon,

Re: String operation in filter with a special character

2015-10-05 Thread Michael Armbrust
Double quotes (") are used to create string literals in HiveQL / Spark SQL. So you are asking if the string A+B equals the number 2.0. You should use backticks (`) to escape weird characters in column names. On Mon, Oct 5, 2015 at 12:59 AM, Hemminger Jeff wrote: > I have a rather odd use case.