You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/07/17 00:26:05 UTC

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

     [ https://issues.apache.org/jira/browse/SPARK-9087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated SPARK-9087:
-----------------------------
    Assignee: Michael Armbrust

> 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
>            Assignee: Michael Armbrust
>            Priority: Critical
>              Labels: sparksql
>             Fix For: 1.4.1
>
>
> 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