presto
presto copied to clipboard
deprecate joda time : presto-druid
Since Java 8 we have java.time packages which are equivalent to Joda and the recommendation from the author of the Joda-Time is to migrate to java.time(JSR-310) library.
For V9SegmentIndexSource.java, Joda time was not replaced as it instantiates a new instance of SimpleQueryableIndex which takes an Interval (joda.time.Interval) as the argument (line 117), and SimpleQueryableIndex is outside the scope in the external library.
== NO RELEASE NOTE ==
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: Chongliang-Utopia / name: Chongliang Tao (3fdf3a9b9a9d06db1fdb160cfedd68e615bddaa3)
@Chongliang-Utopia Please squash the commits and use a clean commit message.