mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
* DimensionRangeShardSpec speed boost. Calling isEmpty() and equals() on RangeSets is expensive, because these fall back on default implementations that call size(). And size() is _also_ a default implementation that iterates the entire collection. * Fix and test from code review.