hudi-bot opened a new issue, #14920: URL: https://github.com/apache/hudi/issues/14920
`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` ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-2843 - Type: Bug -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
