You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2021/11/24 01:29:00 UTC

[jira] [Created] (HUDI-2843) Replace `SimpleDateFormat` usages onto `DateTimeFormatter`

Alexey Kudinkin created HUDI-2843:
-------------------------------------

             Summary: Replace `SimpleDateFormat` usages onto `DateTimeFormatter`
                 Key: HUDI-2843
                 URL: https://issues.apache.org/jira/browse/HUDI-2843
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Alexey Kudinkin


`SimpleDateFormat` as a NOT thread-safe component is a very peculiar data-structure that have been source of problems in the past (HUDI-2831, HUDI-1794).

 

As such we should steer away from it and instead rebase all of its usages onto (immutable, thread-safe) `DateTimeFormatter`

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)