Nick Bruun created SPARK-6385:
---------------------------------

             Summary: ISO 8601 timestamp parsing does not support arbitrary 
precision second fractions
                 Key: SPARK-6385
                 URL: https://issues.apache.org/jira/browse/SPARK-6385
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.2.1
            Reporter: Nick Bruun
            Priority: Minor


The ISO 8601 timestamp parsing implemented as a resolution to SPARK-4149 does 
not support arbitrary precision fractions of seconds, only millisecond 
precision. Parsing {{2015-02-02T00:00:07.900GMT-00:00}} will succeed, while 
{{2015-02-02T00:00:07.9000GMT-00:00}} will fail.

I'm willing to implement a fix, but pointers on the direction would be 
appreciated.



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

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

Reply via email to