druid/extensions-core/stats
Suneet Saldanha a5cd5f1e84
Fix VARIANCE aggregator comparator (#10340)
* Fix VARIANCE aggregator comparator

The comparator for the variance aggregator used to compare values using the
count. This is now fixed to compare values using the variance. If the variance
is equal, the count and sum are used as tie breakers.

* fix tests + sql compatible mode

* code review

* more tests

* fix last test
2020-09-03 17:38:37 -07:00
..
src Fix VARIANCE aggregator comparator (#10340) 2020-09-03 17:38:37 -07:00
pom.xml Fix VARIANCE aggregator comparator (#10340) 2020-09-03 17:38:37 -07:00