You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (JIRA)" <ji...@apache.org> on 2018/12/27 03:12:00 UTC

[jira] [Resolved] (SPARK-26424) Use java.time API in timestamp/date functions

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

Wenchen Fan resolved SPARK-26424.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 23358
[https://github.com/apache/spark/pull/23358]

> Use java.time API in timestamp/date functions 
> ----------------------------------------------
>
>                 Key: SPARK-26424
>                 URL: https://issues.apache.org/jira/browse/SPARK-26424
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.4.0
>            Reporter: Maxim Gekk
>            Assignee: Maxim Gekk
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> Currently, date/time expressions like DateFormatClass, UnixTimestamp, FromUnixTime use SimpleDateFormat to parse/format dates and timestamps. SimpleDateFormat cannot parse timestamp with microsecond precision. The ticket aims to switch the expression on TimestampFormatter which is able to parse timestamp with microsecond precision.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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