git commit: [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Spark SQL

2014-11-03 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 fc782896b - 292da4ef2 [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Spark SQL Queries which has 'not like' is not working spark sql. sql(SELECT * FROM records where value not like 'val%') same query

git commit: [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Spark SQL

2014-11-03 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master df607da02 - 2b6e1ce6e [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Spark SQL Queries which has 'not like' is not working spark sql. sql(SELECT * FROM records where value not like 'val%') same query works in