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

[jira] [Resolved] (SPARK-9794) ISO DateTime parser is too strict

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

Reynold Xin resolved SPARK-9794.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

> ISO DateTime parser is too strict
> ---------------------------------
>
>                 Key: SPARK-9794
>                 URL: https://issues.apache.org/jira/browse/SPARK-9794
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.2.2, 1.3.1, 1.4.1, 1.5.0
>            Reporter: Alex Angelini
>            Assignee: Kevin Cox
>             Fix For: 1.6.0
>
>
> The DateTime parser requires 3 millisecond digits, but that is not part of the official ISO8601 spec.
> https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeUtils.scala#L132
> https://en.wikipedia.org/wiki/ISO_8601
> This results in the following exception when trying to parse datetime columns
> {code}
> java.text.ParseException: Unparseable date: "0001-01-01T00:00:00GMT-00:00"
> {code}
> [~joshrosen] [~rxin]



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