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: [email protected]
For additional commands, e-mail: [email protected]