mirror of https://github.com/apache/druid.git
7b89682bbe
* 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. |
||
---|---|---|
.. | ||
src/test | ||
assembly.xml | ||
pom.xml |