Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReplace Joda with Java 8 native Date Time #287
Labels
Comments
|
Nit: I think there is no cost for us to useit, since it might already be a spark transitive dependency. If no, then perhaps we can remove it. |
|
quote from https://www.joda.org/joda-time/
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.