mirror of
https://github.com/apache/druid.git
synced 2025-02-19 00:20:43 +00:00
* Changed topN queries to use joda Interval instead of string values * topN by segment now implements BySegmentResultValue<Result<TopNResultValue>> instead of BySegmentResultValue<TopNResultValue> * Added a unit test which failed uner the prior implementation.