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

[jira] [Updated] (SPARK-6785) DateUtils can not handle date before 1970/01/01 correctly

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

Davies Liu updated SPARK-6785:
------------------------------
    Assignee: Christian Tzolov  (was: Davies Liu)

> DateUtils can not handle date before 1970/01/01 correctly
> ---------------------------------------------------------
>
>                 Key: SPARK-6785
>                 URL: https://issues.apache.org/jira/browse/SPARK-6785
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Davies Liu
>            Assignee: Christian Tzolov
>
> {code}
> scala> val d = new Date(100)
> d: java.sql.Date = 1969-12-31
> scala> DateUtils.toJavaDate(DateUtils.fromJavaDate(d))
> res1: java.sql.Date = 1970-01-01
> {code}



--
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