N Campbell created SPARK-10744:
----------------------------------

             Summary: parser error (constant * column is null interpreted as 
constant * boolean)
                 Key: SPARK-10744
                 URL: https://issues.apache.org/jira/browse/SPARK-10744
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.5.0
            Reporter: N Campbell
            Priority: Minor


SPARK SQL inherits the same defect as Hive where this statement will not 
parse/execute. See HIVE-9530 

 select c1 from t1 where 1 * cnnull is null 
-vs- 
 select c1 from t1 where (1 * cnnull) is null 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to