richardstartin commented on pull request #7541: URL: https://github.com/apache/pinot/pull/7541#issuecomment-947991703
The reason to migrate from joda time is not really for performance, though within the JDK `java.time` enjoys some privileges, but that the author of the library later implemented `java.time` and was [suggesting to stop using joda time](https://blog.joda.org/2014/11/converting-from-joda-time-to-javatime.html) in _2014_. That was 7 years ago! That said, joda-time **is** still maintained and migrating is not critical for e.g. security reasons. There are some small incompatibilities in the date time format, which can translated on the fly. Some of this is mentioned on #7499. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org