druid/indexing-hadoop
imply-cheddar 277b357256
Optimize IntervalIterator (#14530)
UniformGranularityTest's test to test a large number of intervals
runs through 10 years of 1 second intervals.  This pushes a lot of
stuff through IntervalIterator and shows up in terms of test
runtime as one of the hottest tests.  Most of the time is going to
constructing jodatime objects because it is doing things with
DateTime objects instead of millis.  Change the calls to use
millis instead and things go faster.
2023-07-06 14:44:23 +05:30
..
src Optimize IntervalIterator (#14530) 2023-07-06 14:44:23 +05:30
pom.xml Update Hadoop3 as default build version (#14005) 2023-04-26 12:52:51 +05:30