You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Paul Wu (JIRA)" <ji...@apache.org> on 2015/07/16 01:48:04 UTC

[jira] [Created] (SPARK-9087) Broken SQL on where condition involving timestamp and time string.

Paul Wu created SPARK-9087:
------------------------------

             Summary: Broken SQL on where condition involving timestamp and time string. 
                 Key: SPARK-9087
                 URL: https://issues.apache.org/jira/browse/SPARK-9087
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.4.0
            Reporter: Paul Wu
            Priority: Critical


Suppose mytable has a field called greenwich, which is in  timestamp type.  The table is registered through a java bean. The following code used to work in 1.3 and 1.3.1, now it is broken: there are records having time newer 01/14/2015 , but it now returns nothing. This is a block issue for us. Is there any workaround? 

SELECT *  FROM mytable  WHERE    greenwich >  '2015-01-14'



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

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