You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sharad Sonker (JIRA)" <ji...@apache.org> on 2018/06/04 08:28:00 UTC

[jira] [Created] (SPARK-24457) Performance improvement while converting stringToTimestamp in DateTimeUtils

Sharad Sonker created SPARK-24457:
-------------------------------------

             Summary: Performance improvement while converting stringToTimestamp in DateTimeUtils
                 Key: SPARK-24457
                 URL: https://issues.apache.org/jira/browse/SPARK-24457
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.3.0
            Reporter: Sharad Sonker


stringToTimestamp in DateTimeUtils creates Calendar instance for each input row even if the input timezone is same. This can be improved by caching the calendar instance for each input timezone.



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