You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "t oo (Jira)" <ji...@apache.org> on 2021/04/28 00:23:00 UTC

[jira] [Created] (SPARK-35249) to_timestamp can't parse 6 digit microsecond SSSSSS

t oo created SPARK-35249:
----------------------------

             Summary: to_timestamp can't parse 6 digit microsecond SSSSSS
                 Key: SPARK-35249
                 URL: https://issues.apache.org/jira/browse/SPARK-35249
             Project: Spark
          Issue Type: Wish
          Components: SQL
    Affects Versions: 2.4.6
            Reporter: t oo


spark-sql> select x, to_timestamp(x,"MMM dd yyyy hh:mm:ss.SSSSSS") from (select 'Apr 13 2021 12:00:00.001000AM' x);
Apr 13 2021 12:00:00.001000AM NULL

 

Why doesn't the to_timestamp work?

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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